Using RxJS as State Manager in Angular
When we build an Angular App, the communication between components is something to take care of. We can start using parent-to-child with Input and Output events; the lack of input and output communication is the only parent-to-child or vice versa, bu...
danywalls4.hashnode.dev13 min read
Jo
Hi Dani, nice post as usual :) One question tho, how to deal with side effects using your approach? Like, actually saving the changes via HttpClient, and then using the response from the backend to apply a certain change to the existing state in the FE. Thanks!