react-component / react-component/tree
Display only branches not leafs in the tree view
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 490
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 5
Description
- Expecting Tree view to work same as side navigation in Windows Explorer.
- Tree view to display only folders, not the files.
- onSelect a folder in Tree view, event handler shall display the sub-folders(cached) and files(API call) on the right side.
Please let me know how to achieve this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by tracing the Tree view's node rendering and onSelect callback behavior, then check how cached sub-folders and API-loaded files are represented. Done means the tree shows folders only and selecting one exposes its sub-folders and files on the right.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100