Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Releases: borderless/site

Move stream to node adapter

02 Jun 01:11
d537a02
Compare
Choose a tag to compare

Changed

  • Move stream import into node adapter 21c71ae

v0.1.1...v0.1.2

Check public dir exists

02 Jun 00:17
9d89036
Compare
Choose a tag to compare

Fixed

v0.1.0...v0.1.1

React 18

02 Jun 00:18
87f68e9
Compare
Choose a tag to compare

Changed

  • Add react 18 streaming
  • Add request handling separate to react site

Allow host option

11 Aug 05:16
c161d58
Compare
Choose a tag to compare

Added

  • Allow host to be specified e4e4c9c

Fixed

  • Allow dev to start faster 4999af9

v0.0.1...v0.0.2

Initial release

27 Jul 06:11
3441645
Compare
Choose a tag to compare

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:

  1. Supports Cloudflare Workers (this means JS only, no node.js interface dependencies in production)
  2. Geared toward server-side rendering (I don't have use-cases for static site rendering, the complexity is not needed)
  3. Support any server-side framework (generic request/response interfaces can work with node.js to avoid lock-in)
  4. Minimal JS and networking overhead (this means not any preloading or magic no-reload page clicks right now)
  5. Support for zero JS pages (optionally turn off hydration in the future, or allow client-side only pages)