Remix.run Logo
frytaped 4 days ago

How does this compare to Leptos ?

carllerche 4 days ago | parent [-]

Topcoat is entirely server rendered. Reactivity is added using attributes and other signals to a JS “runtime” shipped with topcoat. It is a similar idea to htmx/datastar/hotwire where as Leptos uses wasm to run rust in the browser as well as the server, more like nextjs or solidjs