+ 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).
3 Respuestas
+ 10
Happy SoloLearning;) 🍻🍻
• https://www.sololearn.com/post/174760/?ref=app
• https://www.sololearn.com/post/224403/?ref=app
• https://www.sololearn.com/post/166638/?ref=app
• https://www.sololearn.com/post/476109/?ref=app
• https://www.sololearn.com/post/135450/?ref=app
• https://code.sololearn.com/WKFF4vOCr3mi/?ref=app
+ 5
Youtube / Dev Ed
https://youtu.be/OFHAIpw2oZI
https://youtu.be/BS9g6Z3lbBU
https://youtu.be/EUM78cxo0i8
https://youtu.be/dMH1_YtUTSQ
I would recommend you to make a small app👀
+ 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.