One big difference between Datastar/HTMX and Solid/Svelte etc is the first two put almost all the logic in the backend, and the latter ones are SPA frameworks. Very different architecture. Backend rendering used to mean clunky experience but with Datastar’s SSE approach you can get better than SPA experience with a simpler mental model.
Comments
One big difference between Datastar/HTMX and Solid/Svelte etc is the first two put almost all the logic in the backend, and the latter ones are SPA frameworks. Very different architecture. Backend rendering used to mean clunky experience but with Datastar’s SSE approach you can get better than SPA experience with a simpler mental model.