react-arborist
react-arborist copied to clipboard
Create hook to react to all tree changes
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.