TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Unpoly – The Htmx Alternative

7 pointsby vladstudioover 1 year ago

2 comments

postshakemanover 1 year ago
I&#x27;m currently using Unpoly for a new project and I love it so far.<p>I&#x27;ve tried HTMX in the past, and I liked it, but having to write custom endpoints for HTMX requests is annoying. Unpoly lets you write a regular backend, and it will detect itself which part of the response it needs from the server. If you need to optimize your responses later on and only return the necessary snippets of HTML, you can always do so.<p>What I don&#x27;t like about Unpoly, is the website. The documentation is great, but their landing page looks like it&#x27;s some framework that hasn&#x27;t been updated since 2004. (Which isn&#x27;t the case, v3 was released only this summer and has already received several updates and fixes).
vladstudioover 1 year ago
There are a lot of mentions of HTMX in HN, but not Unpoly – which looks like a more powerful alternative. Did anyone try both? What are your impressions?