Carson (author of HTMX) has mentioned it in a few interviews (thank again). It's an alternative approach to hypermedia. It's "just" a plugin framework but ended up writing plugins that cover 95% of use cases out of the box in ~11Kb.
Highlights are...
* Built on top of fine grain signals
* Core is < 250 lines long.
* Any back-end, but have some helpers for Go.
* Very fast, very small
* Uses SSE for backend communications and it's actively being dogfooded for real-time apps.
Check it out and ask questions!
Next on the way is a web component for tracking network, reactive store, etc.
1 comment
[ 0.46 ms ] story [ 10.4 ms ] threadHighlights are...
* Built on top of fine grain signals
* Core is < 250 lines long.
* Any back-end, but have some helpers for Go.
* Very fast, very small
* Uses SSE for backend communications and it's actively being dogfooded for real-time apps.
Check it out and ask questions!
Next on the way is a web component for tracking network, reactive store, etc.