Hey everyone! I recently graduated and while I understand the basics of programming, I'm really struggling with React. I've come up with a new learning approach that might speed things up, but I want to get your thoughts on it. Instead of asking AI to write the entire app, I'd have it act like a senior developer handing off a ticket. The AI would set up the file architecture, handle some boilerplate code, and leave me with comments to fill in the actual logic. For instance, if I'm making a Next.js Todo App, the AI could create a component with placeholders for me to complete. Do you think this method will help me build the necessary skills, or should I just start from scratch?
5 Answers
This approach can be helpful, but it sounds like you might be avoiding the tougher parts of learning React by delegating to the AI. While you'll get exposure to how your code interacts with the structure setup by the AI, make sure you challenge yourself with the parts that are difficult for you. That's where the real learning happens!
It seems like your goals might clash with your method. Self-directed learning is tough, and many people find it easier to stick to a structured class. Rushing through might end up leaving you frustrated and confused instead of progressing.
I totally understand! That’s why I’m here asking for opinions. I’m thinking of trying this method out anyway, but maybe starting simple first.
I had a similar experience! Self-studying just led me around in circles. A class really helped me stick to a path.
If you really want to learn, I’d recommend not letting AI do too much for you. When you face an error, don’t hesitate to dive into the documentation, Google it, debug as much as you can on your own, and if you really need help, post it here with your code and the specific issues. The community is here to help!
I’m not a fan of this approach. Compared to frameworks like Angular, React is more flexible, which means AI might not always suggest the best practices for your particular situation.
Understanding how to structure projects is super important. Just relying on AI for that part won’t give you the foundational skills you need. It’s better to grapple with building your own structure from the ground up.

I can see your point! But maybe there’s a balance where the AI could provide a framework while I still tackle the hard stuff myself. What do you think?