DEV Community

Discussion on: Why A Developer Should Learn React.js in 2021?

 
davenguyenhuy profile image
Nguyen Huy Cuong • Edited
  1. Every codebase will easy become a mess with complicated-logic and low-scale strategy, React hooks help us easier to build component, it doesn't mean react class component can not expand, it's just a update of react like VueJS composition API (I see it's just same idea, structure compare to hooks).
  2. React DevTools just shows us the truth of our project, using js-frameworks means you have to deal with so much abstract layers, you can debug every things in project, it works well everyday, its just like you debug html element and that's why its not problem. btw, you and me can use anything we love and frameworks war means nothing. They are just tools to help us solving problems, if you understand one enough, you can do everything with them.