You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, we are moving a big codebase to overmind and I'm loving it <3
I wanted to ask if there's a way to hold a reference without actually proxying it, since it would be convenient to be able to transport objects around without actually listening to mutations. My temp solution is to have them in an effect.
Valtio - another proxy-based state lib - implemented a ref helper to opt out of proxying, think it would be possible to have something like this? I'd be up for contributing it, if it's something you are interested in adding! Otherwise, pointers as to where I could patch or otherwise add the feature in userland, would be appreciated.
Hey, we are moving a big codebase to overmind and I'm loving it <3
I wanted to ask if there's a way to hold a reference without actually proxying it, since it would be convenient to be able to transport objects around without actually listening to mutations. My temp solution is to have them in an effect.
Valtio - another proxy-based state lib - implemented a
ref
helper to opt out of proxying, think it would be possible to have something like this? I'd be up for contributing it, if it's something you are interested in adding! Otherwise, pointers as to where I could patch or otherwise add the feature in userland, would be appreciated.Thank you so much for the awesome lib!
Valtio - https://github.com/pmndrs/valtio#holding-objects-in-state-without-tracking-them
The text was updated successfully, but these errors were encountered: