Alpha
A signal holding a value
The value of the signal.
Accessing the value within render, effect, computed or subscribe will automatically call the respective function again when the signal value is updated.
Access the signal value without subscribing to updates
Subscribe to signal updates
function to invoke when the signal value is updated
A signal holding a value