DEV Community

Cover image for Common and easy-to-make mistakes when you’re new to NgRx
Tim Deschryver for Angular

Posted on • Updated on • Originally published at timdeschryver.dev

Common and easy-to-make mistakes when you’re new to NgRx

Writing and refactoring FizzBuzz in NgRx with maintainability in mind

This post is aimed at newcomers to NgRx.

In the first part of the post, we’ll be creating a new Angular project and we’ll implement a FizzBuzz implementation with NgRx. For the initial setup we’ll use the Angular CLI, and to scaffold the NgRx files we’ll be relying on the NgRx schematics.

The second part of the post will be used to refactor and reason about the implementation of the first part. The goal is to have a more maintainable code base.

Read More...

Top comments (0)