feat(ssr): support object hydration#633
Merged
christian-bromann merged 22 commits intocb/remix-supportfrom Apr 3, 2025
Merged
Conversation
49bddb7 to
9f9617a
Compare
14 tasks
christian-bromann
added a commit
that referenced
this pull request
Apr 3, 2025
* feat(react): support Vite based SSR * make the react lib export its components * add remix app for demo and testing purposes * progress * move ssr code into separate package * setup updates * make it work in remix * make ssr package work for Remix and Next.js * update react ot * minor updates * update react examples * fix react+vite example * update tests * fix unit tests for react, add for ssr package * enhance release pipeline with SSR script: * fix tests * prettier * split implementation by compiler * tweaks after rebase * progress * update tests * update tests * disable tests for upcoming feature * enable spec file retries * feat(ssr): support object hydration (#633) * 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
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?
Stencil does not support hydrating objects properly.
Issue URL:
What is the new behavior?
Based on #624 this patch will embed the new capability for the new SSR package.
Does this introduce a breaking change?
Other information
Dev Build for commit f47dcf9