feat(react): support Vite based SSR#624
Merged
christian-bromann merged 26 commits intomainfrom Apr 3, 2025
Merged
Conversation
2c830f7 to
047a793
Compare
14 tasks
81ba8ab to
e3c24f0
Compare
c286f35 to
ebfa660
Compare
Member
Author
|
Successfully published these dev builds:
|
14 tasks
* feat(ssr): support object hydration * progress * update Stencil dev version * update * update deps in next 15 app * add test framework * more tests * another input test * allow to validate client errors during test * consolidate tests * prettier * minor refactoring and docs * fix tests * fix build issues * triggr * update pipeline * make tests pass * retry for remix * prettier * skip snapshot tests on Windows * use vite service to start remix app * change start command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request checklist
Right now we only support SSR in Next.js environments where we can render asynchronous React components. This patch introduces SSR rendering through a Vite component to be used within e.g. Remix applications or other Vite based frameworks.
Please check if your PR fulfills the following requirements:
npm run build) was run locally for affected output targetsnpm test) were run locally and passednpm run prettier) was run locally and passedPull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue URL:
What is the new behavior?
Does this introduce a breaking change?
Other information