DEV Community

Discussion on: How to useRef to fix React performance issues

Collapse
 
casvaniersel profile image
Cas van Iersel

Did you look into PureComponents instead of function components with Hooks? Could boost your performance in the rest of your app too.