Help on React! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Help on React!

I know the basic front end development ie.,Html, css, and Javascript. I started learning react+redux. I went through the course twice but still nothing is clear. I just get confuse in prop, state, class etc. Can anyone help me understand it(any youtube video link or a course).

17th Sep 2020, 1:12 PM
Tarush Mohindru
Tarush Mohindru - avatar
3 Answers
17th Sep 2020, 1:45 PM
Jaydeep Khatri
Jaydeep Khatri - avatar
+ 4
yeah same, it took me a lot of time to figure out what's going on in react. I suggest you to watch The Net Ninja's react series, there are 2 i think, there is one called "react and redux", just stop when the redux part comes coz it would confuse the hell out of you, just stick to react for a while, get good at it then go to Context API or redux. Make a simple todos app yourself from the beginning after you finish the series. The Net Ninja would show you everything using "class based components", not "functional components and hooks". Hooks are newer, and easier in my opinion, so you would need to learn hooks too, hes got a course on them as well.
17th Sep 2020, 1:25 PM
maf
maf - avatar