-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Server-side Rendering (without hydration) #2335
Merged
+1,450
−261
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
65af3a2
Basic render to html implementation.
futursolo 667796d
Remove HtmlWriter.
futursolo 820d3ac
Escape html content.
futursolo 1b2d823
Add non-suspense tests.
futursolo 5b3f5e3
Add Suspense tests.
futursolo c7c9d2d
Gated "ssr" feature.
futursolo 2bab219
Add example.
futursolo 90deefc
merge master into ssr
futursolo 482865e
Fix tests.
futursolo 10f4ac4
Fix docs.
futursolo 77b48c0
Fix heading size.
futursolo 476300a
Remove the unused YewRenderer.
futursolo 95e1d39
Remove extra comment.
futursolo 655afd4
unify naming.
futursolo 26bebb5
Update docs.
futursolo 61f44d1
Update docs.
futursolo 826b431
Update docs.
futursolo ed138b1
Isolate spawn_local.
futursolo bd26db4
Add doc flags.
futursolo f003aab
Add ssr feature to docs.
futursolo e56fcef
Move ServerRenderer into their own file.
futursolo ebe8c68
Fix docs.
futursolo 10d7295
Update features and docs.
futursolo 8635d63
Fix example.
futursolo 3599240
Adjust comment position.
futursolo 39a3d06
Fix effects being wrongly called when a component is suspended.
futursolo 49566a0
Fix clippy.
futursolo 17fd3b9
Uuid & no double boxing.
futursolo c67de39
merge master into ssr
futursolo 0f24ae6
Merge branch 'master' into ssr
futursolo 3567689
Merge branch 'master' into fursolo-ssr
ranile File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
merge master into ssr
commit 90deefc53479170e684a6701a39a88e7ccbeab31
There are no files selected for viewing
This file contains 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
This file contains 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
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we seriously need to add a formatting hook to commits as every person keeps formatting this file differently.