This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Jarred Sumner
jarredsumner.com
did:plc:72oizpbcvcvtty3fcsbudglr
The “server” happens at build time with `bun build --static --app`
This lets you move client-side JS used for initializing SPAs to happen once at build time (and do server-only things like run sql queries or make network requests) and eliminate that code from showing up in client-side assets
2024-11-30T01:50:34.024Z