Features
See what differs Saphyra from the other solutions.
A list of built-in features:
reducer
A function that defines how the store state changes in response to actions.
Cached Getters
Cached getters provide a way to declare state derivations in a getter format. The value is only calculated when the getter function is called, and once calculated, it's cached for O(1) reads until dependencies change.