A minimal React partial-hydrations on the edge.
hydrate your components only when you need.
[WIP] DON`T USE IT !!
Demo => https://redge.deno.dev/
- Partial Hydration.
- Optional JIT Rendering.
- Optional build step.
- Hot Reloading.
git clone https://github.com/nhttp/redge.git my_app
cd my_app
// run dev
deno task dev
// build-step (optionals)
deno task build
// run prod
deno task start
just link main.ts
as deploy target.