DEV Community

[Comment from a deleted post]
Collapse
 
dastasoft profile image
dastasoft

I cannot agree enough on learning JavaScript before diving into React, it's a very common mistake and that's precisely the beautiful of React, at the end of the day you're coding JavaScript, so getting better with React will take you to be better with JavaScript too.

For the state section, I would add react-query or SWR because it's very common in small-medium size project to resolve a lot of the problems managing local vs server/backend state with that tools.

Great article, thanks for sharing!