statex icon indicating copy to clipboard operation
statex copied to clipboard

StateX is a state management library for modern web applications with unidirectional data flow and immutable uni-state (just like redux)

Results 7 statex issues
Sort by recently updated
recently updated
newest added

I've been having issues with my tests after upgrading my project to Angular 6 and rxjs 6. I'm just wondering if this lib has been tested with those newer frameworks.

I've being looking around how to mock components in order to be tested, do you have an idea? https://github.com/rintoj/statex/blob/master/examples/todo-ng-ts/src/app/list/list.component.ts Since you are doing a `new` instance of the store, it...

Hey, are there any devtools for StateX?

Currently there is no nested state for the reducer functions/methods, like the `createReducer` function in Redux Framework. Updating a single subpath in action methods can be tedious and prone to...

I want to do this. https://stackoverflow.com/questions/37221872/storing-global-object-outside-of-redux-store-in-react-redux-app

What advantages does your lib have over something like `ng2-redux`? https://github.com/angular-redux/store

Would it be possible to see `todo-ng-ts` with some unit testing? I'd be interested to see how `statex` can improve unit testing.