DEV Community

Discussion on: How do you master React.js and Javascript?

Collapse
 
guitarino profile image
Kirill Shestakov

By creating applications and web interfaces. Start with a simple project, then keep increasing complexity for your next projects. Try making something interactive without React, with just pure JS, then do a similar interaction with React, seeing how it simplifies the logic.