Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/jsx/index.ts>memo

Web Framework built on Web Standards
Extremely Popular
Latest
variable memo
Re-export
import { memo } from "https://deno.land/x/hono@v4.3.11/jsx/index.ts";

type

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