vobyjs / voby

A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.
https://voby.dev
MIT License
891 stars 22 forks source link

Support reparenting KeepAlive instances #42

Open fabiospampinato opened 8 months ago

fabiospampinato commented 8 months ago

In order for KeepAlive to work perfectly with the context it has to get reparented when rendered somewhere else, and the context has to be updated, which is not really possible given how the context works today.

This should also fix how errors bubble up.