Hacker News new | ask | show | jobs
by new_guy 2839 days ago
For what it's worth I'd say forget learning any framework, learn the language first. That's where so many people go wrong.

Just forget frameworks, they make things a LOT easier but they really don't help you learn the fundamentals.

Once you've got the fundamentals down, i.e you know the language and can do whatever you need without a framework, then you can move on and learn one and for that I'd do a complete structured learning course, something like https://www.fullstackreact.com/ then once you've mastered the language, and then mastered the framework, you're good to go. Otherwise you're just going to flounder and produce crappy code.

1 comments

Thanks a ton!