this post was submitted on 14 Mar 2026
17 points (100.0% liked)

Web Development

5552 readers
10 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

Not my project, but this was recently released and I thought it was really cool. It's only 5KB when compressed and feels a bit simpler/more automatic than HTMX.

Also natively handles prefetching on hovering links, has transitions, and comes with a loading bar.

you are viewing a single comment's thread
view the rest of the comments
[–] popcar2@programming.dev 2 points 2 weeks ago

The library in the post itself is pretty new, so I don't think there are any real examples out there aside from the website advertising it.

That said, its idea of sending HTML from the backend and showing it in the frontend isn't new - HTMX has been pretty popular the past few years and is basically the same thing. It's great for any type of website that doesn't update often, so anything that isn't a webapp or does a lot of things from the client side. There's a popular article of a company switching from React to HTMX which simplified the code heavily.