5.0.2 • Published 1 year ago

@angular-redux2/store v5.0.2

Weekly downloads
-
License
Mozilla Public Li...
Repository
github
Last release
1 year ago

angular-redux2/store

Please note that function names are changed from the @angular-redux/store version (this is a new code source) and need to adjust accordingly

like: select => Select, withsubstore => Substore, dispatch => Dispatch Docs: https://angular-redux2.github.io/store/modules/src.html

npm version downloads per month

What is Redux?

Redux is a popular approach to managing state in applications. It emphasises:

  • A single, immutable data store.
  • One-way data flow.
  • An approach to change based on pure functions and a stream of actions.

You can find lots of excellent documentation here: Redux.

What is @angular-redux2 ?

We provide a set of npm packages that help you integrate your redux store into your Angular 2+ applications. Our approach helps you by bridging the gap with some of Angular advanced features, including:

  • Change processing with RxJS observables.
  • Compile time optimizations with NgModule and Ahead-of-Time compilation.
  • Integration with the Angular change detector.

Getting Started

Resources

Hacking on angular-redux/store

Want to hack on angular-redux2/store or any of the related packages? Feel free to do so, but please test your changes before making any PRs.

Here's how to do that:

  1. Write unit tests. You can check that they work by running ng test.
  2. Run the linter. If your editor doesn't do it automatically, do it manually with ng lint.
5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

5.0.0-beta.3

1 year ago

5.0.0-beta.2

1 year ago

5.0.0-beta.1

1 year ago

2.1.2

2 years ago

4.0.4

2 years ago

2.1.1

2 years ago

2.1.3

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

1.0.0

3 years ago