React Arborist – A full-featured tree component for React
1–10 of 57 posts
Re: React Arborist – A full-featured tree component for React
#2Re: React Arborist – A full-featured tree component for React
#3I thought it was going to be a sortable tree-table like MacOS 8. I saw a tree like this in Java Applets in 1994.
Re: React Arborist – A full-featured tree component for React
#4My favorite is the Tree Table
Re: React Arborist – A full-featured tree component for React
#5Re: React Arborist – A full-featured tree component for React
#6It looks very cool. However, I didn't see a license file, so I'm reluctant to try it out. Don't want to touch what I can't play with, that's what my momma always told me.
Re: React Arborist – A full-featured tree component for React
#7It looks very cool. However, I didn't see a license file, so I'm reluctant to try it out. Don't want to touch what I can't play with, that's what my momma always told me.
Oh sorry, it is MIT. I'll update the repo.
Re: React Arborist – A full-featured tree component for React
#8Earlier quoted context omitted.
Oh sorry, it is MIT. I'll update the repo.
no need to apologize, I forget it all the time. Rather, I should thank you for making it MIT. Now I can use it if I want to create an electron app with react that can deal with the file system very good.
Re: React Arborist – A full-featured tree component for React
#9I thought it was going to be a sortable tree-table like MacOS 8. I saw a tree like this in Java Applets in 1994.
Re: React Arborist – A full-featured tree component for React
#10Jokes apart, nice library. Will try it out sooner or later. May I suggest to not use children as the prop to Ps the Node component? Maybe a more explicit NodeComponent prop would have been better imho.