|
| 1 | +# htmx |
| 2 | + |
| 3 | +> high power tools for HTML |
| 4 | + |
| 5 | +htmx is a dependency-free JavaScript library that extends HTML with attributes for AJAX, CSS transitions, WebSockets, Server-Sent Events, history, and more, so you can build modern user interfaces directly in hypertext. |
| 6 | + |
| 7 | +## Docs |
| 8 | + |
| 9 | +- [Documentation](https://htmx.org/docs/): Core concepts, installation, AJAX, swapping, events, security, configuration, and more. |
| 10 | +- [Reference](https://htmx.org/reference/): Attribute, class, header, event, API, and configuration reference. |
| 11 | +- [JavaScript API](https://htmx.org/api/): Programmatic API for events, DOM processing, AJAX, swapping, and extension development. |
| 12 | +- [Examples](https://htmx.org/examples/): Practical patterns and demos for common UI behaviors. |
| 13 | +- [Extensions](https://htmx.org/extensions/): Official and community extensions for extending htmx behavior. |
| 14 | +- [Essays](https://htmx.org/essays/): Conceptual essays on hypermedia, HATEOAS, locality of behaviour, and web architecture. |
| 15 | +- [Attributes](https://htmx.org/reference/#attributes): Core and additional htmx attributes. |
| 16 | +- [Events](https://htmx.org/reference/#events): Client-side events emitted by htmx. |
| 17 | +- [Headers](https://htmx.org/reference/#headers): Request and response headers used by htmx. |
| 18 | +- [QUIRKS](https://htmx.org/QUIRKS/): Notable browser and library quirks to be aware of. |
| 19 | +- [Migration Guide](https://htmx.org/migration-guide-htmx-1/): Notes for migrating from htmx 1.x to 2.x. |
| 20 | + |
| 21 | +## Project |
| 22 | + |
| 23 | +- [Homepage](https://htmx.org/) |
| 24 | +- [GitHub Repository](https://github.com/bigskysoftware/htmx) |
| 25 | +- [npm Package](https://www.npmjs.com/package/htmx.org) |
| 26 | +- [Discord](https://htmx.org/discord) |
| 27 | +- [Hypermedia Systems Book](https://hypermedia.systems/) |
0 commit comments