Local development with json-server and JSON:API
When working on a project that has a robust API that is well documented, utilizing a local json server makes development a breeze.
When working on a project that has a robust API that is well documented, utilizing a local json server makes development a breeze.
Finally, after the rest of the setup for the NgRx store, moving to the reducers to let the entity library do its thing.
Utilizing the entity library from NgRx for the reducers, selecting store items becomes much more straight forward.
Moving from custom built reducers in NgRx to the Entity library is a breeze and a breath of fresh air, especially with the aid of TypeScript.