Skip to main content
Module

x/hono/middleware.ts>memo

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

type

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