htmx-demo
HTMX demo
A Spring Boot demonstration of using htmx to add dynamic HTML functionality without complex JavaScript frameworks or REST services
Very simple demonstration of the use of htmx with Spring Boot and Thymeleaf.
304 stars
12 watching
48 forks
Language: Java
last commit: over 1 year ago
Linked from 1 awesome list
htmxhyperscriptjavascriptspring-bootthymeleafthymeleaf-layoutswebjars
Related projects:
Repository | Description | Stars |
---|---|---|
wimdeblauwe/htmx-spring-boot | A library that simplifies the integration of htmx with Spring Boot applications | 531 |
aussieguy0/java-htmx-todo | An example web application demonstrating the use of Java, Javalin, and HTMX for building a simple web app | 12 |
michalsn/codeigniter-htmx-demo | A CodeIgniter demo showcasing various HTMX features and functionalities | 62 |
hmshafeeq/laravel-htmx-crud | A Laravel project providing code examples and implementation details for integrating HTMX features into a web application | 18 |
dsyer/spring-todo-mvc | An application demonstrating HTMX integration with Spring Boot and Thymeleaf to build the TodoMVC application | 22 |
marty331/fasthtmx | A demo project illustrating how to create a website with no JavaScript using FastAPI and HTMX | 253 |
arcanemachine/django-htmx-alpine | A Django-based demo showcasing the combination of Alpine.JS and HTMX for reactive frontend development while leveraging Django's benefits | 182 |
rajasegar/htmx-geo-selector | A web application demonstrating the use of htmx to integrate a geo selector functionality into a demo app. | 4 |
nomadicdaddy/htmx-debugger | A browser extension designed to analyze and debug htmx-powered web applications in real-time | 119 |
rajasegar/hx-swap-demo | Demonstrates how to swap HTML content into the DOM using hx-swap attribute in a Pug app | 3 |
wdmtech/feathers-vuex-todomvc | A demo project showing how to connect Vue with Feathers and Vuex for real-time updates | 29 |
survivejs-demos/mobx-demo | MobX port of web application examples from SurviveJS book | 85 |
peterchenhdu/webbf | A full-stack Java web application demo with backend and frontend parts, showcasing various technologies such as Spring MVC, MyBatis, Quartz, Ehcache, React, Webpack, and Ant Design. | 438 |
danieleteti/delphi-dmvcframework-htmx-todo | An implementation of an MVC pattern using Delphi, HTMX, and a database, demonstrating the integration of these technologies for building web applications. | 14 |
mobxjs/mobx-react-todomvc | A React application demonstrating state management with MobX and TodoMVC functionality | 503 |