CRUD with HTMX, Typescript, and SQLite

A while back, a little JavaScript library known as HTMX was making waves. As I had started my career in client-side rendered front-ends, communicating via HTML seemed fairly novel to me. This has a number of added benefits: No API lock-in - SPAs where the frontend is deployed with API validation and logic may need to be deployed anytime a change to the API is made. In SSR applications, changes to the API simply change the HTML rendered by the clients browser....

May 5, 2024 · 8 min · 1625 words · Hans Song