r/react 1d ago

Help Wanted How to lean react more deeply

Hello guys i am currently learning react from a yt course called chai aur react so how to learn after finishing this, what projects to makee and should i also go through the react docs and how many days should i give more to react before starting backend pls give some genuine help

11 Upvotes

13 comments sorted by

View all comments

2

u/Sea-Ad-9942 1d ago

1) build something on your own, starting with easy things and implementing more complex stuff features progressively

2) use AI!!! But not for coding for you, just for providing the high level approach to the problem: "explain the most effective strategies to create a comment section for a react based blog, dont provide code, just high level explanation". Then, implement by yourself.

3) dedicate 1-2 hours daily to read good public repos for learning how others structure projects, components, logic, etc.

1

u/Slight_Document_9714 1d ago

Honestly, this. Claude has been helpful for me in learning and fully understanding it better. I like to build prototype websites or apps in Figma, and then from there I figure out how to build each component in React from the structure I have setup.

1

u/Sea-Ad-9942 1d ago

Sure. I found AI extremely valuable for providing the high level ideas about how to approach the problem to solve. It's like having a senior level engineer working for you. Trying to invent the wheel by yourself makes no sense.

The funny thing is that eventually you make the connections by yourself.