Skip to main content
Module

x/hono/middleware.ts>useState

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable useState
Re-export
import { useState } from "https://deno.land/x/hono@v4.2.5/middleware.ts";

type

<T>(initialState: T | (() => T)) => [T, UpdateStateFunction<T>]