redux_entity 1.0.5 copy "redux_entity: ^1.0.5" to clipboard
redux_entity: ^1.0.5 copied to clipboard

outdated

Library for maintaining collections in a Redux store. Based on @ngrx/entity.

redux_entity #

Build Status Coverage Status

Tools for maintaining collections of objects in Redux stores. Aiming to be a close match to Angular's excellent @ngrx/entity, with changes made mostly around the differences between Typescript and Dart.

Testing Utilities #

If you are creating your own reducers based on RemoteEntityReducer, it can be a lot of work to get good test coverage. You not only need to test the reducer against your own actions, but also ensure the existing functionality continues to work.

To make things easier, I suggest copying Remote Entity Reducer Tester into your test suite. Use the tester to test that the existing functionality continues to work as you add your custom actions.

Contributing #

Contributions are welcome! However,

  • This project aims to be production-ready. PRs without accompanying tests will not be merged
  • We want to promote a healthy, friendly, and inclusive development community. As such, have a read and agree to abide by the Code of Conduct
0
likes
0
pub points
32%
popularity

Publisher

unverified uploader

Library for maintaining collections in a Redux store. Based on @ngrx/entity.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

redux

More

Packages that depend on redux_entity