When I started web development, I jumped straight into React. But I had no idea how things worked under the hood.

If you're just starting out, focus on learning HTML, CSS, and JavaScript in the browser first.
Build a small project without any frameworks. Even a simple to-do app teaches you a lot.

Understanding the core of the web will make everything else easier—whether it's React, Vue, or any future framework.

Tip: Open DevTools often. Inspect. Modify. Break things.

That's how you learn.