DEV Community

Discussion on: Why choose React for frontend?

Collapse
 
vonziu profile image
Konrad Stącel • Edited

Easier to learn ?

  • JSX,
  • Hooks/redux,
  • function components/class components,
  • cssInJs/normal styling,
  • render props,
  • HOC,

And it is just a tip of the iceberg.
There is a lot to learn. Much more than for vue for example. The problem is that, it is hard for newcommer to know what to use and when, and that is what pushed me away from React(tried 3 times already and every time I did some react I was thinking: "Really ? It is that convoluted ? I can do it in Vue in 3 lines of code").