Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTMX 2 library #38

Open
phillxnet opened this issue Nov 20, 2023 · 1 comment
Open

Add HTMX 2 library #38

phillxnet opened this issue Nov 20, 2023 · 1 comment

Comments

@phillxnet
Copy link
Member

phillxnet commented Nov 20, 2023

As part of rocksor-core issue Reduce JS libs dependencies via HTMX it is required that we first add the HTMX js library itself: to begin centralising/reducing our JS dependencies.

From the HTMX main website we have:

htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext

Source code: https://github.com/bigskysoftware/htmx

License info re 1.9.8 from unpkg: https://unpkg.com/browse/[email protected]/LICENSE BSD 2-Clause License
License from source: https://github.com/bigskysoftware/htmx/blob/master/LICENSE

  • SPDX full name "BSD 2-Clause "Simplified" License" reference: BSD-2-Clause

Changelog: https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md

README.md: https://github.com/bigskysoftware/htmx#readme

From above readme:

htmx is small (~14k min.gz'd), dependency-free, extendable & IE11 compatible

@phillxnet phillxnet changed the title Add HTMX library Add HTMX 2 library Jun 19, 2024
@phillxnet
Copy link
Member Author

phillxnet commented Jun 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant