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
Hi everyone !
I'd like to solve a problem with you. How would you implement react-ui-tree with normalised data;
Like Dan Abramov advised, we can shape our store like this in the case of comments as entity:
Hi everyone !
I'd like to solve a problem with you. How would you implement
react-ui-tree
with normalised data;Like Dan Abramov advised, we can shape our store like this in the case of comments as entity:
I'd like to implement with the same store this UI Tree component.
I've seen the example of a tree view on redux repo (https://github.com/reactjs/redux/tree/master/examples/tree-view) but the only interesting implementation is deleting recursively.
How would you handle modifications and indent length for the UI tree?
The text was updated successfully, but these errors were encountered: