Softwr

Web Development · head to head

Preact vs HTMX

Preact logo

Preact

Web Development

3kB alternative to React with the same modern API

From
Free
Rated
-
HTMX logo

HTMX

Web Development

Lightweight JavaScript library enabling AJAX, WebSockets, and server-sent events in HTML

From
Free
Rated
-

The short version

  • Each has a real cost: Preact compatibility through preact/compat is good but not total, and some React libraries break in ways that are hard to diagnose; HTMX best suited for server-rendered architectures, not pure client-side SPAs
  • They diverge on capability: Preact covers 3kB runtime, HTMX covers AJAX requests.

Where they differ

Only the attributes on which Preact and HTMX actually diverge.

Attributes where Preact and HTMX differ
AttributePreactHTMX
Pricing modelOpen source, no licence feeopen-source

Identical on both: starting price (Free), free tier (Yes), platforms (Web), user rating (Not yet rated), category (Web Development).

What each one covers

Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.

Only in Preact

  • 3kB runtime
  • preact/compat
  • Same modern API
  • Fast rendering

Only in HTMX

  • AJAX requests
  • HTTP verb support
  • DOM targeting
  • Swap strategies
  • WebSocket support
  • Server-sent events
  • Out-of-band updates

What people use each for

The jobs each tool is most often brought in to do.

Preact

  • Embedded widgets that load inside someone else’s page and must stay smallnot HTMX
  • Marketing and content sites where JavaScript payload affects Core Web Vitalsnot HTMX
  • Applications targeting low-bandwidth or low-powered devicesnot HTMX

HTMX

  • Building interactive applications without JavaScript framework complexitynot Preact
  • Server-rendered applications requiring dynamic updatesnot Preact
  • Adding interactivity to existing server-side applicationsnot Preact
  • Hypermedia-driven applications using HTML-first approachesnot Preact

Where each one falls short

Documented limitations, not opinions. Every one is a constraint you would hit in normal use.

Preact

  • Compatibility through preact/compat is good but not total, and some React libraries break in ways that are hard to diagnose
  • Behavioural differences from React exist in edge cases, particularly around event handling
  • A much smaller community, so unusual problems have fewer existing answers than React

HTMX

  • Best suited for server-rendered architectures, not pure client-side SPAs
  • Limited client-side state management capabilities compared to frameworks
  • Smaller ecosystem with fewer third-party libraries and tools
  • Learning curve for developers from JavaScript framework backgrounds

Pricing, plan by plan

Preact

Free
  • PreactFree
    • Full library
    • Commercial use permitted
    • No usage limits

HTMX

Free

No published plan breakdown. See the HTMX review.

Which should you pick?

Choose Preact if

  • You need 3kb runtime.
  • You want to start without paying.
  • You also want preact/compat.

Choose HTMX if

  • You need ajax requests.
  • You want to start without paying.
  • You also want http verb support.

Questions people ask

Is Preact or HTMX better?
Neither clearly leads. Preact starts at Free and HTMX at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
Which is cheaper, Preact or HTMX?
Preact starts at Free and HTMX at Free.
Does Preact or HTMX run on more platforms?
Both run on Web, so platform support will not decide this one for you.
Can I use Preact for free?
Both have a free tier, so you can try either at no cost before committing.
What is Preact best used for?
Preact is most often used for embedded widgets that load inside someone else’s page and must stay small, marketing and content sites where javascript payload affects core web vitals, applications targeting low-bandwidth or low-powered devices. Of those, embedded widgets that load inside someone else’s page and must stay small and marketing and content sites where javascript payload affects core web vitals are not what HTMX is typically brought in for.
What can Preact do that HTMX cannot?
Preact covers 3kB runtime, preact/compat, Same modern API, Fast rendering. HTMX covers AJAX requests, HTTP verb support, DOM targeting, Swap strategies.

Answered from the vendors’ own pages

Preact: Is Preact free?

Yes, open source under the MIT licence.

HTMX: How big is the HTMX JavaScript library?

HTMX is only 16 kilobytes minified and gzipped with zero external dependencies.

Source
Preact: Can I use React libraries with Preact?

Most, through the preact/compat layer. Compatibility is good but not complete, so libraries relying on React internals can break.

HTMX: Can HTMX work with JSON APIs?

While HTMX is optimized for HTML responses, it can work with JSON through additional configuration and response handling.

Source
Preact: Why choose Preact over React?

Bundle size, almost always. If payload is not a binding constraint, React’s ecosystem is usually the better trade.

HTMX: Does HTMX support real-time features like WebSockets?

Yes, HTMX includes support for WebSockets and server-sent events for real-time bidirectional communication.

Source
Share

Related pages

Other head to heads