Alpha
Create a new signal that is computed based on the values of other signals.
function to compute the value of the signal
Alpha
Register a component to listen for signal updates. When a signal has been updated the component will re-render
the component to register
function to call to trigger render of the component
Schedules a new render of the given instance or element even if no state changed.
Notice forceUpdate()
is not synchronous and might perform the DOM render in the next frame.
the node/element to force the re-render of
Factory for creating signals