Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orizens/ngrx-styleguide

a collection of best practices / commonly used patterns with ngrx extensions - store, effects, router and others
https://github.com/orizens/ngrx-styleguide

angular ngrx styleguide

Last synced: 14 days ago
JSON representation

a collection of best practices / commonly used patterns with ngrx extensions - store, effects, router and others

Awesome Lists containing this project

README

        

# ngrx Style Guide

## Purpose
The idea for this styleguide is to present commonly used techniques for working with ngrx suite and serve as a kind of a cookbook/recipes with a problem/solution theme.
The purpose of this style guide is to provide guidance on how to integrate ngrx-X-tool by showing the conventions used by users of the community.

[Introduction Blog Post]()

## Projects Following The Styleguide
- [Echoes Player](http://github.com/orizens/echoes-player)

Please open an issue to add your project/suggestion

-----------------------
## Table of Contents

1. [Creating A CoreStoreModule](docs/creating-a-core-store-module.md)
1. [Store Single Directory](docs/store-single-directory.md)
1. [Reducers](docs/reducers.md)
1. [Actions](docs/actions.md)

### not added yet
1. [using Side Effects](#using-side-effects)
1. [consuming reducers in components](#consuming-reducers-in-components)
1. [using selectors](#using-selectors)

Copyright (c) [Oren Farhi](http://orizens.com)

**[Back to top](#table-of-contents)**