Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trvswgnr/htmx-suspense
- Owner: trvswgnr
- Created: 2023-12-26T09:33:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-23T04:58:40.000Z (10 months ago)
- Last Synced: 2024-10-12T06:54:04.321Z (26 days ago)
- Topics: components, htmx, react, rsc, server
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```