A longer post today on my beloved subject: Unpoly for modern frontends that make sense for backend guy.
zeromagic.io/posts/unpoly... #unpoly #htmx #java
Latest posts tagged with #Unpoly on Bluesky
A longer post today on my beloved subject: Unpoly for modern frontends that make sense for backend guy.
zeromagic.io/posts/unpoly... #unpoly #htmx #java
What are people's critiques of things like #HTMX and #Unpoly? I've seen folks excited about them and they do seem cool (and nice for old and/or low power devices), but I've also seen people dismiss them but I haven't really seen why?
Missed the Virtual Payara Conference? Learn how Unpoly powers rich client-side interactions & seamless UX with minimal JavaScript—just a few attributes & HTTP headers.
🔗 Watch here: tinyurl.com/2hfmhn2v
#PayaraConference #WebDevelopment #FrontendTech #Unpoly
I know that no one asked for it, but I've added #inertiajs to the mix (with React without JSX transpilation!). Compare it with #hotwire, #htmx, and #unpoly.
The same principle as before: single controller, no build, importmap, and propshaft.
I just build my first site with #unpoly. It was real easy to build a well performing website with ie less duplicated in client and server.
I just deployed my first website made with #rust, #axum, #surrealdb, #bulma and #unpoly. These techniques were new to me, but the journey was nice. I have learned a lot, especially that building a well performing site with these techniques was relative easy. sparenenruilen.nl
Some people asked me about my experience with
#hotwire, #htmx and #unpoly while building the app.
I summarized my insights in a follow-up blog post: www.mendelowski.com/blog/2024/11...
Hey everyone! It's my first post here.
Just want to share that recently, I've built a simple TODO app with Rails to compare #hotwire #htmx and #unpoly. It follows progressive enhancement spirit (the same controller is used for all the variants). You can check it here: github.com/lcmen/hotwir...