Angular Intro
January 29, 2020
Today I got my first intro to the Angular framework! It was great timing, having just gone through the React intro materials in detail…it was a fresh-in-mind comparison of each’s hello world
tutorials.
I’ll caveat this by saying that reading through the React docs at my own pace can’t really compare to the shotgun intro I got at a meetup tonight. But I think I (surprisingly!) prefer React. There were some really cool things I liked about the Angular way of doing things too.
Not planning to go into detail but I did want to save some links for future reference…
- Intro to Angular app code-along
- It’s worth checking the release candidates in case a new major version is imminent…if it is the new documentation will be on next.angular.io
- Stackblitz is a web environment to write Angular projects…it’s pretty solid! A great way to get the full experience without doing a full local installation of Angular and all its dependencies
- Demo app on Stackblitz