Hacker News new | ask | show | jobs
by yunohn 718 days ago
Have you tried wrapping component exports with memo? That basically solved everything for me. It’s the equivalent of functional components from before hooks.

> export default memo(ExampleComponent)