Skip to main content
Module

x/aleph/react.ts

The Full-stack Framework in Deno.
Go to Latest
import * as aleph from "https://deno.land/x/aleph@v0.3.0-alpha.13/react.ts";

Functions

useDeno allows you to use Deno runtime in build time(SSR).

useRouter allows you to use RouterURL obeject of routing

withDeno allows you to use useDeno hook with class component.

withRouter allows you to use useRouter hook with class component.