react-component / react-component/tree

Display only branches not leafs in the tree view

Open
#253 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.