Skip to content

🙃v0.24.0

Compare
Choose a tag to compare
@atellmer atellmer released this 14 Apr 09:56
· 863 commits to master since this release

core:

  • Added support for stopping rendering when lazy modules are found, loading them into the cache, and restoring rendering from the breakpoint.
  • Changed Suspense behavior when loading lazy modules. Suspense now waits for all nested modules to load like in React with a single fallback.
  • Changed hydration process to reduce time.

platform-server:

  • Now you can render lazy modules on the server.
  • Added asynchronous rendering to string.
  • Added rendering to stream.