All Projects → orizens → Ngrx Styleguide

orizens / Ngrx Styleguide

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

Projects that are alternatives of or similar to Ngrx Styleguide

Pulse Boilerplate
React based boilerplate for creating scalable and well documented Design Systems. Live demo https://pulse.heartbeat.ua
Stars: ✭ 92 (-25.81%)
Mutual labels:  styleguide
React Styleguidist
Isolated React component development environment with a living style guide
Stars: ✭ 10,172 (+8103.23%)
Mutual labels:  styleguide
Angular Enterprise Example
Scalable / Large Angular application structure example
Stars: ✭ 117 (-5.65%)
Mutual labels:  ngrx
Ruby Airbnb
💎 Airbnb 的 Ruby 代码风格指南
Stars: ✭ 98 (-20.97%)
Mutual labels:  styleguide
Typescript Guidelines
The TypeScript Guidebook
Stars: ✭ 104 (-16.13%)
Mutual labels:  styleguide
Aspnetcore Angular Universal
ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
Stars: ✭ 1,455 (+1073.39%)
Mutual labels:  ngrx
Kit
Tools for developing, documenting, and testing React component libraries
Stars: ✭ 1,201 (+868.55%)
Mutual labels:  styleguide
Android Kotlin Style Guide
Kotlin style guide of FRESH LIVE since April, 2015.
Stars: ✭ 121 (-2.42%)
Mutual labels:  styleguide
Wemake Python Styleguide
The strictest and most opinionated python linter ever!
Stars: ✭ 1,714 (+1282.26%)
Mutual labels:  styleguide
Css
The CSS design system that powers GitHub
Stars: ✭ 10,670 (+8504.84%)
Mutual labels:  styleguide
Example App
Example app showcasing the ngrx platform
Stars: ✭ 1,361 (+997.58%)
Mutual labels:  ngrx
Openmoji
Open source emojis for designers, developers and everyone else!
Stars: ✭ 1,380 (+1012.9%)
Mutual labels:  styleguide
Catalog
Create living style guides using Markdown or React
Stars: ✭ 1,527 (+1131.45%)
Mutual labels:  styleguide
Taskmgr
a team collaboration tutorial app like teambition/worktile
Stars: ✭ 95 (-23.39%)
Mutual labels:  ngrx
Sscss
Light Sass lib for managing your font-size, margin, padding, and position values across breakpoints.
Stars: ✭ 119 (-4.03%)
Mutual labels:  styleguide
Official Bash Logo
Everything you need to start using the official GNU Bash logo
Stars: ✭ 89 (-28.23%)
Mutual labels:  styleguide
Angular Redux
Angular 4 and Redux simplified + Live Demo
Stars: ✭ 109 (-12.1%)
Mutual labels:  ngrx
Vue Styleguide Generator
React inspired style guide generator for Vue.js
Stars: ✭ 123 (-0.81%)
Mutual labels:  styleguide
Angular Rpg
RPG game built with Typescript, Angular, ngrx/store and rxjs
Stars: ✭ 120 (-3.23%)
Mutual labels:  ngrx
Unitystyleguide
For file structure, naming conventions and other things
Stars: ✭ 115 (-7.26%)
Mutual labels:  styleguide

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].