
htmx
Alpine.js
Tailwind CSS
Vue.js
Next.js
React
Astro Build
Svelte
Easy ML for Java
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
htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react
No features have been listed yet.
No Easy ML for Java videos yet. You could help us improve this page by suggesting one.
Based on our record, htmx seems to be more popular. It has been mentiond 133 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
After enough dead ends, I found a setup I actually enjoy: Go renders the application, templ gives me typed HTML components, HTMX adds focused interactions, and Tailwind's standalone executable compiles the CSS. No frontend framework and no node_modules directory. - Source: dev.to / 1 day ago
Blurring of the lines. React Server Components (RSC) and associated frameworks such as NextJS involve code executing on both server and client, while HTMX focuses on markup and emphasises use of full-stack/backend templating engines to generate code targetting the browser. Working with these new tools blurs the distinction between the front end and back end skill set. - Source: dev.to / 17 days ago
The web panel is server-rendered HTML with htmx for fragment updates — and htmx itself is embedded in the Go binary with embed.FS, so the dashboard works fully offline:. - Source: dev.to / 2 months ago
IF YOU'VE been developing htmx apps for a while, you might have tried to cache the HTML fragments generated by your server as htmx responses. Caching htmx fragments is the equivalent of caching JSON responses in a SPA. Eg, you might have a fragment response from GET /users/:id that renders a user detail view. You might want to cache this view to avoid expensive queries in the backend if you know the user details... - Source: dev.to / 2 months ago
For web stuff, I enjoy https://htmx.org so Go + Templ + HTMX (aka the GOTH stack) Or, if you prefer more of a power tools feel, then HTMX and Raku in functional style (https://harcstack.org) maybe to your liking. Which I call the Crotch Rocket of the programming world. - Source: Hacker News / 4 months ago
Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.
Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.
Vue.js - Reactive Components for Modern Web Interfaces
Next.js - A small framework for server-rendered universal JavaScript apps
React - A JavaScript library for building user interfaces
Astro Build - Astro is the web framework that you'll love to use.