📄️ State
state(initialState?: T)
📄️ Event
event()
📄️ Computed
computed(fn: () => T)
📄️ Effect
effect(fn: () => void)
📄️ State Async
stateAsync(fetcher P) => Promise)
Core reactive primitives like state, event, computed and others. These are the foundation of everything in Signux.
state(initialState?: T)
event()
computed(fn: () => T)
effect(fn: () => void)
stateAsync(fetcher P) => Promise)