Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/middleware/jsx/index.ts>memo

Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
Extremely Popular
Go to Latest
variable memo
import { memo } from "https://deno.land/x/hono@v2.0.6/middleware/jsx/index.ts";

type

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