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
This is more a question than an issue, but I was wondering how one would go about serializing and de-serializing a set of signals, computations and effects? I am hoping to use this library in an app (specifically a Sketchup plugin) where I need to save state from one session to another. My understanding is that to do this properly, one would need to traverse the dependancy graph to do everything in the correct order. Any hints on how that might be accomplished? Thanks!
The text was updated successfully, but these errors were encountered:
@s-p-b That's an interesting question! I'd have to spend some time on it…part of the challenge is effects might rely on other objects being loaded which at a later date haven't yet been loaded.
This is more a question than an issue, but I was wondering how one would go about serializing and de-serializing a set of signals, computations and effects? I am hoping to use this library in an app (specifically a Sketchup plugin) where I need to save state from one session to another. My understanding is that to do this properly, one would need to traverse the dependancy graph to do everything in the correct order. Any hints on how that might be accomplished? Thanks!
The text was updated successfully, but these errors were encountered: