cfwheels-htmx-crud-server-example (#962)

This commit is contained in:
Adam Chapman 2022-07-20 22:47:01 +10:00 committed by GitHub
parent 8e43f32019
commit fbb5e58515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ most server-side frameworks are already pretty well set up to integrate with htm
rendering HTML long before JSON became popular.
Different frameworks and platforms may offer alternative systems for installing htmx - for example, in the Java / JVM
ecosystem, [WebJars](https://www.webjars.org) allows the use of npm packages with popular Java build tools such as
ecosystem, [WebJars](https://www.webjars.org) allows the use of npm packages with popular Java build tools such as
Maven and Gradle.
These examples may make it a bit easier to get started using htmx with your platform of choice.
@ -67,6 +67,7 @@ These examples may make it a bit easier to get started using htmx with your plat
- <https://github.com/bpamiri/cfwheels-todomvc-htmx>
- <https://www.forgebox.io/view/cfwheels-htmx-plugin>
- <https://github.com/chapmandu/cfwheels-htmx-crud>
## C#