DEV Community

Discussion on: React vs Angular: A First Look

Collapse
 
jenc profile image
Jen Chan • Edited

Thanks for writing this post. With most folks i had talked to they either used Ng or React so i couldn't get a comparison of gotchas. Anyway, kind of shitting my pants now.

I haven't touched Angular since it was 1.x, have tried a little bit of Vue and worked with react more. My work is all Angular now so I'm looking at 8. What do you think are key differences? I imagine directives keep the 2 way binding going so no need for a 1-way state update lib like Redux... but then how are async actions managed?