An open API service indexing awesome lists of open source software.

https://github.com/jmbl1685/redux-pattern-angular-react

Review with Redux Pattern - @ngrx [reactive libraries for Angular] | @reduxjs [reactive libraries for React.js]
https://github.com/jmbl1685/redux-pattern-angular-react

angular ngrx reactjs redux

Last synced: about 2 months ago
JSON representation

Review with Redux Pattern - @ngrx [reactive libraries for Angular] | @reduxjs [reactive libraries for React.js]

Awesome Lists containing this project

README

          

## Used Packages [Angular]

* [@ngrx/store](https://github.com/ngrx/platform/blob/master/docs/store/README.md) - RxJS powered state management for Angular applications, inspired by Redux
* [@ngrx/effects](https://github.com/ngrx/platform/blob/master/docs/effects/README.md) - Side Effect model for @ngrx/store to model event sources as actions.
* [@ngrx/store-devtools](https://github.com/ngrx/platform/blob/master/docs/store-devtools/README.md) - Store instrumentation that enables a

### Ngrx schemes




## Used Packages [React.js]

* [@redux](https://github.com/reduxjs/redux) - Predictable state container for JavaScript apps
* [@react-redux](https://github.com/reduxjs/react-redux) - Official React bindings for Redux
* [@redux-saga](https://github.com/redux-saga/redux-saga) - An alternative side effect model for Redux apps

### Ngrx schemes