Blog
Building a proof of concept web app in swift on the server with htmx has been some pure joy programming. I could maybe build it faster with React, but being able to have essentially no state on the client (besides the url params and search) makes things so much simpler to understand and follow. Loading new pages of data with 2.5KB html payloads feels like the future.