https://github.com/nhttp/redge
A minimal React partial-hydrations on the edge.
https://github.com/nhttp/redge
deno hydrate just-in-time react
Last synced: 9 months ago
JSON representation
A minimal React partial-hydrations on the edge.
- Host: GitHub
- URL: https://github.com/nhttp/redge
- Owner: nhttp
- Created: 2023-06-03T09:20:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T08:41:50.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T18:23:07.749Z (about 1 year ago)
- Topics: deno, hydrate, just-in-time, react
- Language: TypeScript
- Homepage: https://redge.deno.dev
- Size: 123 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
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.