Everything you need to know about the faddishness of modern JS
7 comments
@aparrish@friend.camp @noleli@mastodon.social I think vite is pretty much where it's ending though (general purpose enough that even Svelte uses it). @noleli I am so confused and undecided concerning how and where to start learning #JavaScript, and often ask myself if it is the right language to start learning, given my super limited time. Seeing this gets me even more worried. Tommi, start by ignoring third-party tools and libraries. Use just a text editor and a browser. Call browser APIs directly, experiment with them. It's important to have a decent understanding of the foundation before you start layering any abstractions on top of it. Tommi, https://javascript.info looks like a good one. I myself learned JS more than 10 years ago, by many examples involving jQuery as an indispensable part (because IE), so I can't really recommend my own experience :D |
@noleli it's so ridiculous! I only do a project that involves extensive javascript about every 2-3 years, which functionally means I have to start learning the ecosystem from scratch every time