Version 2 of mini-rx-store #19
Replies: 4 comments 1 reply
-
I am seeing rx-mini-store growing the size of NgRx - the big brother of rx-mini-store! |
Beta Was this translation helpful? Give feedback.
-
mini-rx-store@2-beta is out! :) See ChangeLog for all changes which went into Version 2: https://github.com/spierala/mini-rx-store/blob/master/projects/mini-rx-store/CHANGELOG.md |
Beta Was this translation helpful? Give feedback.
-
working on nice docs currently: |
Beta Was this translation helpful? Give feedback.
-
Version 2 is published :) |
Beta Was this translation helpful? Give feedback.
-
Currently we are working on version 2 of mini-rx-store.
New features are coming. There are also breaking changes.
Changes till now:
Usage becomes simpler, just use tap and catchError to handle the effect result. Code to update state can be reused more easily when using setState functions.
configureStore({})
)store.dispatch(undo(someAction))
. FeatureStore can useconst action = this.setState(); this.undo(action));
What do you think of the changes till now?
Let us know if you have ideas for features that you wish to see in mini-rx-store@2
Beta Was this translation helpful? Give feedback.
All reactions