react-treebeard
react-treebeard copied to clipboard
Introduced tree.
For simplify, introduced 'Tree' class.
I want to use 'react-dnd' for Drag&Drop. ( https://github.com/react-dnd/react-dnd )
Self recursive structure is not to work.
- Self recursive structure.
class TreeNode ...
render() {
...
<TreeNode>
}
Coverage increased (+0.07%) to 98.624% when pulling 5ff93711d1648245fffc643e7370c13b6015e4ea on exabugs:feature/introduced_tree into 438c4f53b4f879ea5fb451bf539977ee4374aa2f on alexcurtis:master.
@exabugs Hi! Can you update this PR?