Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trvswgnr/htmx-suspense

lets you run server code that gets swapped by htmx and client code when it's ready
https://github.com/trvswgnr/htmx-suspense

components htmx react rsc server

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# htmx suspense

To install dependencies:

```bash
bun install
```

To run this example:

Seed the database:

```bash
bun run seed
```

Then run the server:

```bash
bun run serve
```