Florian Spier
Florian Spier
A dedicated class for local state management: `SimpleStore`. It exposes this methods and props: `setState`, `select`, `get state` SimpleStore is almost the same like StateService from my blogpost ["Simple yet...
MiniRx Feature Store **Instantiation Modes** allow for easier Local State Management. This can be useful when creating many instances of the same Feature Store: E.g. many "Counter" stores: 
Just battle testing the upcoming MiniRx Signal Store. See the MiniRx Signal Store RFC here: https://github.com/spierala/mini-rx-store/discussions/188
MiniRx Signal Store is coming! See the RFC here: https://github.com/spierala/mini-rx-store/discussions/188 Not much changes were needed and suddenly Angular Tetris runs on Signals :) I used $$ naming for Signals to...