Skip to main content
Module

x/aleph/framework/react/mod.ts

The Full-stack Framework in Deno.
Very Popular
Latest
import * as aleph from "https://deno.land/x/aleph@1.0.0-beta.44/framework/react/mod.ts";

Variables

The App component alias to the Router in StrictMode mode.

The Router component for react app.

Functions

The <Link> component to link between pages.

A special version of the <Link> that will add styling attributes to the rendered element when it matches the current URL.

The usePortal hook to create a portal node. Please ensure to pass the React.createPortal in Router props.