verekia / js-stack-from-scratch

🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
MIT License
20.05k stars 1.99k forks source link

Out of date #262

Open slikts opened 4 years ago

slikts commented 4 years ago

I've compiled a list of the currently relevant JS and TS tooling (that I could find), and I've also linked to this resource, since it's very close in focus, but with an added note that it's out of date.

In particular, some things that have changed are:

verekia commented 4 years ago

You're right, this tutorial is out of date. And your website is fantastic, great job.

I absolutely agree with everything you've listed and learned a few things (like Hot Loader being deprecated), so thank you.

My personal current stack is Gatsby with TypeScript, Apollo, and Emotion, to name only the core libraries.

I don't know what I'm gonna do with this repository to be honest.