arqex / arqex/react-json-table
Not re-render if the props do not change
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Since the component has no internal state is possible to use a similar approach to the [PureRenderMixin](https://facebook.github.io/react/docs/pure-render-mixin.html) to avoid the table to re-render if it is not needed.
This should be added as a setting. Since there is a chance that a developer insert stateful components inside the cells.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.