Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a tree component: he-tree-react #423

Merged
merged 1 commit into from
Mar 9, 2024
Merged

Conversation

phphe
Copy link
Contributor

@phphe phphe commented Mar 9, 2024

Hello

I have a Vue tree component that has been published for many years and is used by many people. Recently, I developed a React tree component just like it. Please check and leave comments.

The three libraries that already exist in the tree directory are awesome. Compared to them, he-tree-react has the following differences:

  • A customizable placeholder for dropping.
  • Both flat data and tree data are supported.
  • No heavy inner methods for handling tree's data. I recommend using immer to update data. There are mutiple demo in docs about that.

@bluepeter bluepeter merged commit abea2da into brillout:master Mar 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants