Module

x/nano_jsx/hooks/index.ts>useState

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
variable useState
import { useState } from "https://dotland.deno.dev/x/nano_jsx@v0.0.33/hooks/index.ts";

type

<T>(state: T, id: string) => readonly [T, (state: T) => void]