Autodesk / Autodesk/react-base-table
TableRow rerenders on scroll
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 170
- PR merge metrics
- No merged PRs in 30d
Description
TableRow rerenders when scrolling. This can be seen using React Dev Tools with Higlighting option on on every example react-base-table provides.
WhyDidYouRender says TableRow recieved new style object which has the same values inside.
v 1.12.0
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
Reproduce the issue in the react-base-table examples with React DevTools highlighting enabled, using version 1.12.0. Start by locating TableRow and inspect why scrolling supplies a new style object with unchanged values; use WhyDidYouRender to confirm the behavior. Done means TableRow no longer rerenders unnecessarily while scrolling through the examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100