Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flareact/flareact
Edge-rendered React framework built for Cloudflare Workers
https://github.com/flareact/flareact
cloudflare-workers react ssr
Last synced: 7 days ago
JSON representation
Edge-rendered React framework built for Cloudflare Workers
- Host: GitHub
- URL: https://github.com/flareact/flareact
- Owner: flareact
- License: mit
- Created: 2020-08-06T13:35:18.000Z (over 4 years ago)
- Default Branch: canary
- Last Pushed: 2023-05-16T14:19:11.000Z (over 1 year ago)
- Last Synced: 2025-01-16T19:18:37.629Z (14 days ago)
- Topics: cloudflare-workers, react, ssr
- Language: JavaScript
- Homepage: https://flareact.com
- Size: 994 KB
- Stars: 1,828
- Watchers: 22
- Forks: 80
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - flareact - rendered React framework built for Cloudflare Workers | flareact | 1122 | (JavaScript)
README
Flareact is an **edge-rendered React framework** powered by Cloudflare Workers.
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/flareact/flareact-template)
It's inspired by [Next.js](https://nextjs.org/).
That means it supports nice API patterns like:
- File-based routing
- Dynamic page paths
- Data fetching for page props using `getEdgeProps`
- API routes
- Universal application rendering (worker and client)However, it's brand new! So it's also a bunch of these things:
- **It probably does not work on Windows**
- Missing years worth of optimizations the Next.js team has implemented[Check out the docs!](https://flareact.com)