You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Update - I ended up just implementing all of the handler functions and it's working well, I saw the 'effect' of what I wanted was capable if I used a simpleTree.. but I quickly outgrew that.
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.
The text was updated successfully, but these errors were encountered: