htmx-suspense

lets you run server code that gets swapped by htmx and client code when it's ready

Stars
10

htmx suspense

To install dependencies:

bun install

To run this example:

Seed the database:

bun run seed

Then run the server:

bun run serve