With Redwood I saw demos that include hotreloading...
# squarelibraries
t
With Redwood I saw demos that include hotreloading of changes. Would I be wrong to think that this mechanism would also allow for the initialization of a Composable with existing Nodes already structured in the tree? For example is there a way I could persist a state representation of a tree of Nodes to disk, and in the future start a Composition with the persisted state being the initial structure?