Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglasduteil/htmx.ext...chunked-transfer
Chunked transfer encoding extension for htmx.
https://github.com/douglasduteil/htmx.ext...chunked-transfer
Last synced: about 1 month ago
JSON representation
Chunked transfer encoding extension for htmx.
- Host: GitHub
- URL: https://github.com/douglasduteil/htmx.ext...chunked-transfer
- Owner: douglasduteil
- License: wtfpl
- Created: 2023-12-26T10:55:34.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-04-12T16:46:47.000Z (9 months ago)
- Last Synced: 2024-04-13T16:16:50.416Z (9 months ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# htmx.ext...chunked-transfer
[![CI][gha-image]][gha-url]
[![NPM version][npm-image]][npm-url]
[![Conventional Commits][conventional-commits-image]][conventional-commits-url]> Chunked transfer encoding extension for [htmx](https://htmx.org) .
This extension adds Chunked transfer encoding to htmx requests.
\following https://github.com/bigskysoftware/htmx/issues/1911## Install
```sh
$ npm install htmx.ext...chunked-transfer
``````html
```
## Usage
```html
...
```
## [Examples](./example/)
- Using [Hono](https://hono.dev/)
- [JSx SSR Suspense](https://hono.dev/guides/jsx#suspense)[npm-url]: https://npmjs.org/package/htmx.ext...chunked-transfer
[npm-image]: http://img.shields.io/npm/v/htmx.ext...chunked-transfer.svg
[gha-url]: https://github.com/douglasduteil/htmx.ext...chunked-transfer/actions/workflows/ci.yml
[gha-image]: https://github.com/douglasduteil/htmx.ext...chunked-transfer/actions/workflows/ci.yml/badge.svg
[conventional-commits-image]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
[conventional-commits-url]: https://conventionalcommits.org*