How do I create a tree view with minimum updates on updating a child node.
I wrote one but when I add one node or delete a node, it updates the whole tree from scratch.
5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Ideally, you don't have one root node that handles the whole tree.
This won't be the best
You should try to do something like this instead
I have this structure passed as props:
So an array of paths into the tree and data separated by space.
Please turn this into a renderable tree view. I have no idea how to do this.
I've solved this problem, no thanks to any of this community. For anyone interested see this repo https://github.com/eguneys/chessreplay23
GitHub
GitHub - eguneys/chessreplay23
Contribute to eguneys/chessreplay23 development by creating an account on GitHub.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View