rete icon indicating copy to clipboard operation
rete copied to clipboard

What's the best way to update node.data through Redux

Open joaomelorodrigues opened this issue 5 years ago • 0 comments

Hi @Ni55aN can you or someone else tell me how to update node.data with a redux state? What I'm trying to do is to have like an Inspector component (react) with values dispatched from node.data, and change them on Inspector and update the change automatically on node.data.

I tried dispatch inside worker() but it's not good because the editor triggers every worker of every node, so it's not the desired effect...

Do you have any experiene on this?

best regards.

joaomelorodrigues avatar Jul 30 '20 15:07 joaomelorodrigues