DEV Community

Discussion on: Learning from backend to full stack dev

Collapse
 
jandev profile image
Jan

If you wanted to learn React. I guess this one is very good. I believe you can get it also for free
roadtoreact.com/. And for improving JS alone eloquentjavascript.net/ though I haven't read those two yet. I think it'll help you improve you Js skills.

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!