Tim Daubenschütz on how he builds JavaScript Apps In 2021
- I avoid build processes.
- I avoid transpiling.
- I avoid the new and shiny.
- I test EvErYtHiNg.
- I optimize for performance and quality.
- I use my own work
- I use open source to my advantage.
Don’t agree 100% with the third point though, as React Hooks and Function Components — the example he mentions — are a big step ahead to me.
What I don’t do is try to keep up with all other frameworks though — an impossible task — but focus on one of them (e.g. React) and go really deep in it. (And of course I’m also going all-in on VanillaJS, a very safe bet to make 😉)
How I Build JavaScript Apps In 2021 →
Via Jeremy