An open API service indexing awesome lists of open source software.

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.

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.