MCPcopy Create free account
hub / github.com/ctrlplusb/react-async-component / Context

Interface Context

index.d.ts:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 * of components.
33 */
34export interface Context {
35 getState: () => object;
36}
37
38/**
39 * Convert the given component to a an asynchronous component.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…