-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: streaming rendering with Suspense boundaries as flush trigger #296
Merged
Commits on Oct 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5799b58 - Browse repository at this point
Copy the full SHA 5799b58View commit details
Commits on Oct 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8b104e2 - Browse repository at this point
Copy the full SHA 8b104e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d189b - Browse repository at this point
Copy the full SHA 20d189bView commit details
Commits on Oct 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c2ae535 - Browse repository at this point
Copy the full SHA c2ae535View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee9748 - Browse repository at this point
Copy the full SHA bee9748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6afe2 - Browse repository at this point
Copy the full SHA 3e6afe2View commit details
Commits on Oct 31, 2022
-
feat: use comments instead of element as marker
feat: use custom element for hydration feat: add onError to renderToChunks feat: add renderToPipeableStream
Configuration menu - View commit details
-
Copy full SHA for a84fca4 - Browse repository at this point
Copy the full SHA a84fca4View commit details
Commits on Nov 1, 2022
-
chore: use NodeIterator to locate comments
This reduces code and *should* also be more performant than recursive JS iteration. See: https://developer.mozilla.org/en-US/docs/Web/API/NodeIterator
Configuration menu - View commit details
-
Copy full SHA for d61cda8 - Browse repository at this point
Copy the full SHA d61cda8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bca7c53 - Browse repository at this point
Copy the full SHA bca7c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f1839 - Browse repository at this point
Copy the full SHA 31f1839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad1d62 - Browse repository at this point
Copy the full SHA 3ad1d62View commit details
Commits on Nov 8, 2022
-
Merge pull request #260 from jacob-ebey/comments-ce-script
feat: use comments instead of element as marker
Configuration menu - View commit details
-
Copy full SHA for 95c42d3 - Browse repository at this point
Copy the full SHA 95c42d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b06b07 - Browse repository at this point
Copy the full SHA 5b06b07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b4fefa - Browse repository at this point
Copy the full SHA 7b4fefaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6771eda - Browse repository at this point
Copy the full SHA 6771edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14cf8ce - Browse repository at this point
Copy the full SHA 14cf8ceView commit details
Commits on Nov 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 02ac131 - Browse repository at this point
Copy the full SHA 02ac131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e7d3c1 - Browse repository at this point
Copy the full SHA 1e7d3c1View commit details
Commits on Feb 2, 2023
-
Streaming renderer: factor chunking out of main entrypoint and rebase…
… on #241 (#267) * use index.module.js when benchmarking, since its the output of `npm run transpile` * fix bench:v8 output path * update microbundle and turn off function inlining * fix JSX entrypoint and tests * fix type defintion to reflect removed exports and options * fix root copy of jsx types * optimize renderToString performance using switch and short-circuiting * Create bright-ligers-jam.md * Update bright-ligers-jam.md * Update bright-ligers-jam.md * Backport changes from #237 (child/parent properties, simplified Fragment handling) * ci: update github actions (#266) * ci: update actions/checkout to v3 * ci: update actions/cache to v3 * merge master * lockfile version * update benchmarking reference implmementation to 5.2.6 (6a0bec2) * fix tests * fix before diff hook being called on invalid vnodes * move non-exported files into a lib directory * update pretty implementation and move typedefs into a d.ts * Move chunked implementation out of the default entrypoint * update tests to reflect chunking being moved out of default entrypoint * fix d8 bench script --------- Co-authored-by: Abdul Rauf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96f9f4b - Browse repository at this point
Copy the full SHA 96f9f4bView commit details
Commits on Feb 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34966cd - Browse repository at this point
Copy the full SHA 34966cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27dbdce - Browse repository at this point
Copy the full SHA 27dbdceView commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7590c6f - Browse repository at this point
Copy the full SHA 7590c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 189cdb8 - Browse repository at this point
Copy the full SHA 189cdb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa93b8b - Browse repository at this point
Copy the full SHA aa93b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa808f - Browse repository at this point
Copy the full SHA bfa808fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1579648 - Browse repository at this point
Copy the full SHA 1579648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 216ef73 - Browse repository at this point
Copy the full SHA 216ef73View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbabc9e - Browse repository at this point
Copy the full SHA cbabc9eView commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 76d0e91 - Browse repository at this point
Copy the full SHA 76d0e91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f06bbf - Browse repository at this point
Copy the full SHA 1f06bbfView commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7b52e34 - Browse repository at this point
Copy the full SHA 7b52e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25ab473 - Browse repository at this point
Copy the full SHA 25ab473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58631fb - Browse repository at this point
Copy the full SHA 58631fbView commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a95b37 - Browse repository at this point
Copy the full SHA 4a95b37View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0561720 - Browse repository at this point
Copy the full SHA 0561720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 577a976 - Browse repository at this point
Copy the full SHA 577a976View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5bcd7b - Browse repository at this point
Copy the full SHA b5bcd7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb505ac - Browse repository at this point
Copy the full SHA cb505acView commit details
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.