An open API service indexing awesome lists of open source software.

https://github.com/jacob-ebey/pwrc-react


https://github.com/jacob-ebey/pwrc-react

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

PWRC React


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 😉




GitHub branch checks state




Website

|

Docs

|

CLI

|

Quick Start

|

Contributing



Built with ❤︎ by
Jacob Ebey

## Table of Contents

- [Features](#features)
- [Examples](#examples)

## Features

- **use it anywhere:** With `@pwrc/prerender` avaliable for import anywhere, integrations into your platform of choice is a piece of cake.
- **out of the box support:** If you don't want to integrate yourself with your platform, we have baked in support for [express](https://pwrc-react.vercel.app/docs/integrations/express) and [vercel](https://pwrc-react.vercel.app/docs/integrations/vercel).
- **suspense on the server:** With [`react-lazy-ssr`](https://www.npmjs.com/package/react-lazy-ssr) and [`react-lazy-data`](https://www.npmjs.com/package/react-lazy-data) built in, dataloading is a piece of cake.

## Examples

- **static-blog-example:** [example](https://pwrc-react.vercel.app/examples/static-blog-example), [source](https://github.com/jacob-ebey/pwrc-react/tree/main/examples/static-blog-example)
- **ecom-example:** [example](https://pwrc-react.vercel.app/examples/ecom-example), [source](https://github.com/jacob-ebey/pwrc-react/tree/main/examples/ecom-example)