DEV Community

Discussion on: Observables, Reactive Programming, and Regret

Collapse
 
jaworek profile image
Jan Jaworski

Thanks. This sums up a lot of my problems when working on Angular app.
I often felt that what I am writing is not how it should be, but finding examples of what are good practises was really hard. When things clicked I usually was really happy with how powerful and expressive RxJS is, although as you mentioned, size of the API was daunting and knowing what and when to use was a herculean task.