calcite-react icon indicating copy to clipboard operation
calcite-react copied to clipboard

Investigate use of PureComponent and memo to improve performance

Open codylawson opened this issue 5 years ago • 0 comments

Research best implementation of PureComponent and memo to improve performance of the library.

Expected Behavior

Improved render performance and mitigate unnecessary renders

Current Behavior

Currently using simple Component and functional components which may rerender when no prop has changed

Context + Screenshots

Performance of the library is less than ideal when editing a field in a large table. Inputs can feel laggy when typing quickly.

codylawson avatar Jul 23 '19 17:07 codylawson