DEV Community

Discussion on: React Or Javascript ???

Collapse
 
shahrozahmd profile image
Shahroz Ahmed

Yeah luiz I have previous development experience but the projects I have build was like some static websites or landing pages where I mostly use bootstrap and html with little bit of Css and a very few lines of javascript.. Now a days I focus more or learnibg Js in depth but I am confuse to learn just basic of js and move on to react and then learn the Js under the hood of react or what?

Collapse
 
fernandoperigolo profile image
Fernando Souza

You can do start by doing components, calling this components inside each other. Then start to work with component props and state. Then start to create some things like a investment calculator where you can input values and handle this numbers.
Start to work with routers and try to fetch data from some api.
At the end, i guarantee you will be learning a lot of Javascript and react at same time, you will be motivated and happy doing projects.
You will be surprised about the amazing stuff you can do with react.

Well, this is my opinion and the way a learned. Go deep in js will never be bad, but do projects is the thing to me.

Thread Thread
 
shahrozahmd profile image
Shahroz Ahmed

Thanks, a lot Luiz for your precious advice. It makes me clear on how do I can learn the most with fewer efforts :)