I\'ve been struggling this for a couple of days, trying to figure out the \"react\" way to do it.
Basically, I have a tree, a list of lists (of lists ...) that can be ar
Here is a quick example of how to create a treeview using React and Flux. http://www.syntaxsuccess.com/viewarticle/5510d81be1ce52d00e93da55
The React component is recursive and state is managed using Flux.