Heard a guy at a coffee shop say "just learn React" to a beginner and it bugged me
I was waiting in line at a coffee shop in Portland last Saturday and I overheard this older developer telling a younger guy, "just learn React, that's all you need." It got me thinking because I've been coding for about 6 months now and I started with basic JavaScript first. That guy skipped over HTML, CSS, and core JS concepts like loops and functions. I found out the hard way that without those basics, React just looks like magic and you don't understand why things break. It took me 3 tries to get a simple to-do list working in React because I didn't get how state or props work yet. I think people rush to frameworks way too fast when they should spend time on the fundamentals. Has anyone else run into this pressure to learn a framework before the basics?