Skip to main content
Module

x/htm/mod.ts>memo

Create `text/html` response with JSX.
Go to Latest
variable memo
import { memo } from "https://deno.land/x/htm@0.2.1/mod.ts";

type

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