DEV Community

Discussion on: Simple state management in Angular with only Services and RxJS

Collapse
 
lysofdev profile image
Esteban Hernández

I've almost made a career out of reducing the complexity and size of Angular 2+ apps by appropriately using services and RxJs instead of convoluted, home-grown solutions to state management.

My resume:

  • Read the Angular docs past the 2nd page.