Functional Stores

Similar to react hooks you have the possibility to create functional stores. These stores use the same core components as the class based stores but are constructed using functional concepts.

A store is a function

TODO...