ngrx-styleguide
                                
                                
                                
                                    ngrx-styleguide copied to clipboard
                            
                            
                            
                        a collection of best practices / commonly used patterns with ngrx extensions - store, effects, router and others
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
Please open an issue to add your project/suggestion
Table of Contents
- Creating A CoreStoreModule
 - Store Single Directory
 - Reducers
 - Actions
 
not added yet
- using Side Effects
 - consuming reducers in components
 - using selectors
 
Copyright (c) Oren Farhi
Back to top