processing / processing/p5.js-web-editor
Refactoring fileNode from class component to functional component.
Open
Nobody has claimed this yet.
Enhancement
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 1.7k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 8
Description
Increasing Access
Unsure
Feature enhancement details
The fileNode component still uses class based component structure. Changing it to functional based component would simplify the state management and maintainability of code along with being consistent with modern react.
Contributor guide
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
Locate the fileNode component in the p5.js Web Editor and inspect its current class-based state management and usages. Confirm the existing behavior before refactoring it to a functional component, then verify that file-node interactions and state updates remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100