Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orizens/ngrx-styleguide
- Owner: orizens
- Created: 2016-12-04T15:09:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T01:43:56.000Z (over 5 years ago)
- Last Synced: 2024-03-03T20:41:20.177Z (8 months ago)
- Topics: angular, ngrx, styleguide
- Homepage:
- Size: 7.81 KB
- Stars: 139
- Watchers: 9
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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 Contents1. [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)**