6 ms·
Did something happen in rust that made the copy state thing work? Or was it just "huh nobody thought of this before"?
by 63stack 2y ago
Did something happen in rust that made the copy state thing work? Or was it just "huh nobody thought of this before"?
- jkelleyrtp 2y agoSomeone else figured it out :-) I think we had a prototype of it a long time ago but couldn't figure out how to implement drop. Leptos came out but just leaked the runtime in its initial rev. We figured we could safely recycle the runtimes and voila, problem solved.