š If youāre going to build for the web, build *on* the web.
If I was only able to give one bit of advice to any company: iterate quickly on a slow-moving platform.
š If youāre going to build for the web, build *on* the web.
If I was only able to give one bit of advice to any company: iterate quickly on a slow-moving platform.
The web as a platform is a safe bet. Itās un-versioned *by design*. Thatās the commitment the web makes to youātake advantage of it:
š” Opt into web platform features incrementally;
š” Embrace progressive enhancement to build fast, reliable applications that adapt to your customersā context;
š” Write code the leans into the browser, not away from it.
@csswizardry I am going through this now, as a small agency with quite a few active clients (ranging in _how_ active, but still active) and we basically have 3 states: gulp (moving away from this), webpack (we can mostly stay because it still upgrades OK butā¦), and vite (new hotness, but for how long?!)
I want to go back to a world where we write CSS and JavaScript and maybe have something like Vite but only for hot-reloads. All transpiling and post-processing ends up kicking your ass.