Coming Soon
Create blazing fast websites and apps, both hybrid static & server rendered with @PWRC

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

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 + Vercel = ❤️

@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

SSG via @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 Example

Lower Level Prerender

All 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.

See Usage

Subscribe for Email Alerts

You're not going to want to miss these updates.

Why Subscribe?

You're going to be following the creation of an awesome framework by awesome people.

Where did this come from?

This came about in research and preparation for enabling distributed rendering and federated architectures at scale, this includes SSR, chunk pre-loading and more.

Who should use this?

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!