Skip to main content
Module

x/rimbu/reactor/index.ts>Reactor

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace Reactor
import { Reactor } from "https://deno.land/x/rimbu@1.0.5/reactor/index.ts";
type alias Reactor
import { type Reactor } from "https://deno.land/x/rimbu@1.0.5/reactor/index.ts";

Type Parameters

A extends Actor.Base<S> & Actor.Dispatch<D>
S
D extends (...args: any[]) => any
definition: A & { use(): Actor.Dispatch<D> & { useSelect<SL extends Deep.Selector<S>>(selector: Deep.Selector.Shape<SL>, deps?: React.DependencyList): Deep.Selector.Result<S, SL>; }; }