leptos-rs / leptos

Build fast web applications with Rust.
https://leptos.dev
MIT License
15.31k stars 599 forks source link

Non-'static signals #2551

Closed Bajix closed 2 months ago

Bajix commented 2 months ago

I'm confused about why Leptos considers 'static signals an innovation; to me, it looks very inefficient and poorly thought out. Is there any work going on to explore more efficient reactivity concepts, such as by building on top of qcell::LCell and bumpalo