https://github.com/jacob-ebey/pwrc-react
https://github.com/jacob-ebey/pwrc-react
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacob-ebey/pwrc-react
- Owner: jacob-ebey
- Created: 2020-12-29T05:57:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T02:28:05.000Z (over 5 years ago)
- Last Synced: 2025-04-01T20:22:44.713Z (about 1 year ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
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 😉
## 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)