GithubHelp home page GithubHelp logo

strizzaflex / ngrx-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from btroncone/ngrx-examples

0.0 1.0 0.0 154 KB

@ngrx examples and resources

JavaScript 31.47% TypeScript 50.79% HTML 5.73% CSS 12.01%

ngrx-examples's Introduction

@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:

Introduction

###Articles

Presentations and Slides

Videos and Lessons

Repositories and Code Samples

Utilities

##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

Counter

(source) #####Summary A counter which can be incremented, decremented, with the option to increment or decrement async. #####Demonstrates

  1. Creating a basic reducer
  2. Selecting a slice of state
  3. Using the async pipe
  4. Dispatching actions from a component

Todos

(source) #####Summary Basic todo application with add, remove, and toggle complete functionality. #####Demonstrates

  1. Initial reducer state
  2. Managing arrays in reducers
  3. Multiple reducers
  4. Combining data from two reducers to project state for view

Todos with Undo/Redo

(source | plunker) #####Summary Same as todos example but with undo/redo functionality. #####Demonstrates

  1. Creating a meta-reducer to add undo/redo capability.

Async

(source) #####Summary Request and display the latest Angular or React reddit posts, utilizing the reddit API. #####Demonstrates

  1. Handling async actions with @ngrx/effects
  2. Conditionally making requests based on current state

Shopping Cart

(source) #####Summary Request sample inventory, add and remove items from shopping cart, checkout. #####Demonstrates

  1. Multiple Reducers
  2. Handling effects with @ngrx/effects
  3. Creating and applying selectors for state projection with let

Real World - In Progress!

More to Come!

ngrx-examples's People

Contributors

btroncone avatar littlestudent avatar hongbo-miao avatar awerlang avatar joncubed avatar lube avatar abdulhaq-e avatar onlyann avatar

Watchers

Justin Smead avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.