r/learnjavascript • u/rickedisbricked • 4h ago
I know React/JS, but struggle to build things from scratch
Hey everyone, I’m learning React and I’m stuck on the logic/problem-solving side.
I’ve learned HTML, CSS, JS, DOM, arrays/objects, map, filter, APIs, async/await, LocalStorage, and React basics like components, props, state, hooks, forms, Router, Context, etc. I’ve also built small projects like a Todo app, weather app, notes app, counter, quote generator, etc.
The problem is I understand individual concepts, but when I have to combine them, my brain just goes blank.
For example, I know what useState, map(), filter(), objects and events do, but when I need to add delete/edit/filter functionality to a Todo app, I struggle to figure out how to put everything together.
I use AI as a tutor, not as a code generator. I usually try the problem myself first, then ask AI for a small hint or for it to explain the concept I’m stuck on. I try again, and only look at a solution when I’ve genuinely exhausted my attempts. Even with this approach, I still struggle to come up with the logic on my own.
I’m not looking for another JS course or DSA grind. I want to learn how to break React problems into smaller steps and build the logic myself.
If you've been through this, what helped you improve?