Core Concepts
#
EventEvent is an intention to do something: start a computation, send a message to another application section or update states.
#
StoreStore is an object that holds state value. There can be multiple stores.
#
EffectEffect is a container for side effects, possibly async with linked events and stores to subscribe.