Skip to main content
Module

x/hono/middleware.ts>memo

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable memo
import { memo } from "https://deno.land/x/hono@v3.10.0-rc.2/middleware.ts";

type

<T>(component: FC<T>, propsAreEqual?: (prevProps: Readonly<T>, nextProps: Readonly<T>) => boolean) => FC<T>