Chunked transfer encoding extension for htmx .
This extension adds Chunked transfer encoding to htmx requests. \following https://github.com/bigskysoftware/htmx/issues/1911
$ npm install htmx.ext...chunked-transfer
<script src="https://unpkg.com/htmx.ext...chunked-transfer/dist/index.js"></script>
<body hx-ext="chunked-transfer">
...
</body>
- Using Hono
- JSx SSR Suspense