DEV Community

Discussion on: Learning from backend to full stack dev

Collapse
 
edwinthinks profile image
Edwin Mak

Also on the React side of things. I think testingjavascript.com/ is a great course for learning how to build robust tested frontend applications. Generally the path is to usually learn the framework first and then test practices, but I think it is worth while to dive into the testing earlier on.

:) Good luck!