orizens / ngrx-styleguide

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Creating A CoreStoreModule
  2. Store Single Directory
  3. Reducers
  4. Actions

not added yet

  1. using Side Effects
  2. consuming reducers in components
  3. using selectors

Copyright (c) Oren Farhi

Back to top

About

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