All videos

Sidewind – Tailwind but for state

May 12, 2020

Historically we've dealt with state in different manners in the frontend. We've gone from vanilla JavaScript to jQuery to Backbone to Redux and other modern solutions. The question is, are we there yet still after all this work?

In this talk, I'll discuss the new wave of disappearing frameworks that attack the problem from a different angle. The goal is to give similar development ergonomics and power as earlier while minimizing bundle size.

In particular, I'll focus on a light solution I've developed based on my recent experiences with Tailwind.css. Tailwind is a utility-first approach to styling but it doesn't specify how to handle state. Usually, you combine it with a framework like React or Vue for this purpose. Due to the constraints set by my client, I wasn't able to go through my regular route, however.

The tight constraints led to the birth of Sidewind. It's a light, disappearing state management approach that fits perfectly with Tailwind while providing just enough API to at least add interactivity to websites. By design, it follows the pattern of progressive enhancement while leveraging recent improvements to browsers in order to take state directly to HTML.

Tags