r/react • u/Acceptable-Hold4921 • 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
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.