Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Gantt Chart Improvement] - useMemo and callBack for tooltip handling
Open
@glickgNU is already working on this.
Since Mar 17, 2026.
new feature
stale
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Current Features
currently, there are a lot of re-renders that trigger when hovering over a tooltip within the gantt chart. It would be nice to wrap the components in useMemo, and additionally wrap functions in useCallback to ensure they don't get unnecessarily re-rendered.
Desired Additional Features
useMemo and useCallback
Screenshots (as needed)
No response
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.
Assessment
This issue has not been assessed yet.