The "not a framework" react framework that's really just a webpack plugin. Don't worry, there is a nice little CLI on top of it 😉
Suspense on the Server is not just a good developer experience but forces you to develop amazing user exerience with fallbacks and error boundaries
See Example@PWRC provides a zero config vercel API handler with built in support for SSR stale while revalidate. You are still free to pre-render any routes you wish such as a 404 page.
See Example@pwrc/static@PWRC also provides a handler for SSG where all you have to pass is a list of routes. The blog for this site will be pre-rendered shortly along-side SSR'd stale while revalidate pages.
See ExampleAll of the provided wrappers utilize the @pwrc/prerender package. This is a simple function that accepts a path and basename and returns rendered HTML along with number for use with a cache-control header.
You're not going to want to miss these updates.
You're going to be following the creation of an awesome framework by awesome people.
This came about in research and preparation for enabling distributed rendering and federated architectures at scale, this includes SSR, chunk pre-loading and more.
Everyone with a curious mind should give it a go, but use it in production at your own risk. The more feedback I get once distributed rendering and federation support drop, the faster we can get this to production!