Florian Spier

Results 18 issues of 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: ![Screenshot 2022-06-01...

By using the new Feature Store config `{multi: true}` we can instantiate many Feature Stores with the same key. The Feature Stores are automatically grouped under the original feature key...

It would be cool to make the management of entity data (collections of data: e.g. Products, Todos) more straight forward in MiniRx. Currently the immutable updates of entities require quite...

enhancement

![connect](https://user-images.githubusercontent.com/1272446/195896164-43cdb7db-3b08-4cf4-9d46-b4447a87aec1.gif)

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...