seandjones / ngrx-examples

Angular 2 + NgRx examples and resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NgRx Examples

Angular 2 + ngrx examples, inspired by official redux examples.

##Goal

These examples illustrate how to utilize ngrx within an Angular 2 application. This repository will be actively maintained and updated as new tools and functionality become available and best practices are established.

##Contributions

As Angular 2 and ngrx are relatively new, patterns and best practices are still being established. Examples found in this repository demonstrate how I (or the project author) would structure the solution but discussion and refinement is always encouraged! Please open an issue, submit a pull request, or drop me a message on twitter to present a different approach or idea. This repository will feature the most solid, agreed upon techniques as they evolve.

Please add any additional Angular 2, ngrx, or reactive programming articles, repositories, or code samples you find useful. I will keep this list as up-to-date as possible!

##Additional Resources Additional Angular 2, ngrx, and reactive programming articles, repositories, and code samples:

###Articles

Presentations and Slides

Videos and Lessons

###Repositories and Code Samples

Middleware

##Getting Started

# clone the repo
git clone https://github.com/btroncone/ngrx-examples.git

# cd into repo
cd ngrx-examples

# cd into project of your choice
cd counter

# install dependencies
npm install

# start the server
npm start

##Build

Project builds are a stripped down version of Angular Class Webpack Starter, an exceptional Angular 2 seed project. Tests can be executed with either WallabyJS or Karma (soon!).

##Examples

About

Angular 2 + NgRx examples and resources


Languages

Language:TypeScript 51.4%Language:JavaScript 29.0%Language:CSS 13.2%Language:HTML 6.3%