DEV Community

Discussion on: What technologies are you currently learning ?

Collapse
 
drwrongmo profile image
Jon Wright

Make sure you learn DOM manipulation with JavaScript really well before you move on to frameworks like React. I struggled with frameworks more than I should have until I went backwards and learned some of the basics that had been skipped in learning path.

React is a great tool, and you should learn it, but not before you know how to work without it to a decent degree.