Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try out prerendering with vinxi (see tanstack start configuration) #481

Open
Tracked by #380
spaenleh opened this issue Nov 25, 2024 · 2 comments
Open
Tracked by #380

Try out prerendering with vinxi (see tanstack start configuration) #481

spaenleh opened this issue Nov 25, 2024 · 2 comments
Labels
Experiment Test of novel technologies / approaches

Comments

@spaenleh
Copy link
Member

No description provided.

@spaenleh
Copy link
Member Author

Out of the box adding @tanstack/start is not working.

We might have to start a small project and get the configuration working, then slowly add the source files and work out any wrinkles.

Initially I tought that it could be done in a few easy steps, but this was not the case.
There is also the question of whether we should use it now, as it is still in alpha and there could be large breaking changes.

If we manage to get it working it could however be a huge win, as we could have parts of the app Pre-rendered (static pages with SSG) and others simply client pages, and lastly the server rendered pages for library for example, removing the need to have a separate project using NextJS.

spaenleh pushed a commit that referenced this issue Nov 26, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@spaenleh spaenleh added the Experiment Test of novel technologies / approaches label Nov 28, 2024
@spaenleh
Copy link
Member Author

Here is a repository that integrates @mui/joy with tanstack start (SSR) https://github.com/spaenleh/tanstack-start-demo

as of 2024-12-13 it "works" but has an issue with the first server paint missing the styles. This might be resolved later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Experiment Test of novel technologies / approaches
Projects
None yet
Development

No branches or pull requests

1 participant