John Victor-Faichney
John Victor-Faichney
Not at the moment, but I can definitely keep this in mind for a future version. Also, if you'd like to submit a PR to add support for this, I'm...
I think it would be moderately complex. A decent starting point would be to extend the 'config' to support input/output ports within node types (perhaps a key/value of 'portName':{portType}). I...
In my implementation, I'm using immutable.js to manage the root graph state, so I'm effectively passing a copy of the state each time. How would passing copies of the state...