Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/xstate/src/memo.ts>memo

Actor-based state management & orchestration for complex app logic.
Go to Latest
function memo
import { memo } from "https://deno.land/x/xstate@xstate@5.9.1/src/memo.ts";

Parameters

object: any
key: string
fn: () => T