how do I get better at the logic side of js / react?😭 idk if this makes sense
@codingnas practice with restructuring JSON, so work with different APIs. I've got an open source project on my GitHub if u wanna play around with that
@codingnas Books on computer science fundamentals. Good to understand before diving into practical imo
@codingnas Have a read through these articles. Dimitri Is domains the various react concepts really well and his examples seem to help people get to grips with it all. dmitripavlutin.com/tag/react/
@codingnas It might sound mad, but rubber duck debugging helps me. Try explaining it to someone who doesnt know anything about it, it forces you to break it down into its simplest terms 😄 en.m.wikipedia.org/wiki/Rubber_du…
@codingnas In my case, going back to the fundamentals helped me, like I exhausted DOM manipulation with just html, css and js before re approaching react, understanding what react was solving did the trick. It will click, keep pushing
@codingnas I guess you need to really understand what concept of js is bothering you? If you know this I can point you in the right direction InshaAllah:)