Angular links of interest

Home / Angular links of interest

I’ve been reading up on Angular2, Redux, React and other various libraries and frameworks over the weekend.

I’m in the process of understanding what using Redux w/ an Angular2 app provides that using a singleton service doesn’t. But, it seems to be more about preference (imho) than real-world benefit. It may help tie into observable / push notifications to make state change detection between immutable / mutable objects more performant. However, I can see a benefit if one wants to swap out frameworks and allow their previous state management work across frameworks. It’s an interesting prospect from that perspective.


Here are a few links / courses, in no particular order, that are useful if you’re interested:

http://blog.rangle.io/getting-started-with-redux-and-angular-2/
https://egghead.io/courses/getting-started-with-redux
http://victorsavkin.com/post/137821436516/managing-state-in-angular-2-applications
http://victorsavkin.com/post/133936129316/angular-immutability-and-encapsulation
http://onehungrymind.com/build-better-angular-2-application-redux-ngrx/
https://rangle.io/resources/why-redux-future-of-angular-react/

I’m also still in the process of working through converting Angular 1.x -> 2.x applications and learning more about the differences between these two frameworks. The links above may help along those lines. In the meantime, I stumbled upon Angular CLI which will build out boiler-plate Angular2 apps. It’s useful, but there are a few bumps in migrating the generated code over to VS2015. Links that I’ve been reading on this topic are below.

https://www.sitepoint.com/angular-2-tutorial/
https://angular.io/docs/ts/latest/guide/upgrade.html

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.