Add effects, i.e. modify the state tree, to take in the foll attribute for the node object:
example obj:, get the schema from the example
effects: [{
deps: ["prop1", "state1", "var"]
hofParams: ["loadData", "cmscollectionname", "filterOpts", "newstatename"]
}]
which in turn should wrap a node with the effectwrapper, that then reruns every-time the dep changes, and calls back the hof's returned func
Add effects, i.e. modify the state tree, to take in the foll attribute for the node object:
example obj:, get the schema from the example
effects: [{
deps: ["prop1", "state1", "var"]
hofParams: ["loadData", "cmscollectionname", "filterOpts", "newstatename"]
}]
which in turn should wrap a node with the effectwrapper, that then reruns every-time the dep changes, and calls back the hof's returned func