Hi Stef, Well, I would start of with Angular 4+. You need a tiny sprinkle of Observables to get started. Most internal API's in use observables, so you need to know a little bit about it. A good place to start is reading in on httpClient. And when in doubt, use the `.first()` operator.
Read/watch an overview talk on redux. For some, this will make things easier, for others not so much. See if it fits you. In my not so humble opinion, you can do fine without and just go with A4+ and observables. However, I think you will do yourself a favour if you learn more Observables, as they make a powerful pattern, that makes hard things easy. (that does not make them themselves easy to grasp!) I talk about observables. The current way to use those is rxjs. But that is a library providing Observables. Those will (with any luck) end up in JavaScript itself. Aside from rxjs there are also other library's that provide them. Don't bother about it, Angular has chosen for Rx, so that's not something you need to think about. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
