DEV Community

Discussion on: React is the Treasure I Found Among The Goats

Collapse
 
renannobile profile image
Renan Lourençoni Nobile

I've started learning React a few weeks ago but haven't had time to really start a project. I might try the Monty Hall Problem though, seems like an interesting and simple page to build.

I come from a Angular background, been working with it for over an year now. I'll admit that at first, React seemed more difficult than Angular, because before that, I used to work with C# and MVC, so it was more like that.

What made me want to learn React was that same article and the increasing amount of job offerings I have seen related to React/Native and Node.js.

Collapse
 
maxwell_dev profile image
Max Antonucci

The increased focus on it, both from developers and job listings, is also what got me interested at first too. It's definitely a change in thinking moving from frameworks like Angular to React, since you need to think in a much more modular. I recommend the below article from the main React site, it helped me a lot:

reactjs.org/docs/thinking-in-react...