react-arborist icon indicating copy to clipboard operation
react-arborist copied to clipboard

Create hook to react to all tree changes

Open downright-development opened this issue 6 months ago • 1 comments

I'd love to see a single hook to react to all tree changes.

Use case - I want the tree to handle add move delete rename internally, because quite frankly it's a PITA to manage, and a single hook where I can get the latest tree back. I'm store the entire tree as a single json document and it'd be far easier to just upsert the tree.

downright-development avatar Apr 06 '25 00:04 downright-development