This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
Releases: borderless/site
Releases · borderless/site
Move stream to node adapter
Check public dir exists
React 18
Changed
- Add react 18 streaming
- Add request handling separate to react site
Allow host option
Initial release
Fully functional server-side rendering react.js application framework. Kind of opinionated in some senses, largely inspired by next.js but with slightly different goals. Goals as of today are specific to my projects, but likely useful for others:
- Supports Cloudflare Workers (this means JS only, no node.js interface dependencies in production)
- Geared toward server-side rendering (I don't have use-cases for static site rendering, the complexity is not needed)
- Support any server-side framework (generic request/response interfaces can work with node.js to avoid lock-in)
- Minimal JS and networking overhead (this means not any preloading or magic no-reload page clicks right now)
- Support for zero JS pages (optionally turn off hydration in the future, or allow client-side only pages)