Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 511 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 511 Bytes

Redge

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/

Features

  • Partial Hydration.
  • Optional JIT Rendering.
  • Optional build step.
  • Hot Reloading.

Usage

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

Deploy to Deno Deploy

just link main.ts as deploy target.