⚠️ Important: This issue is part of the version 2.0 release. Make sure to read the v2 contributing guidelines. Checkout from the v2 branch when creating the branch and open a PR towards this branch. ⚠️
Description
Memoize all components to reduce rerenders and improve performance.
Proposed solution
Wrap memo in the Map component and write tests to make sure that the Map component only rerenders when necessary.
⚠️ Important: This issue is part of the version 2.0 release. Make sure to read the v2 contributing guidelines. Checkout from the
v2
branch when creating the branch and open a PR towards this branch. ⚠️Description
Memoize all components to reduce rerenders and improve performance.
Proposed solution
Wrap
memo
in theMap
component and write tests to make sure that theMap
component only rerenders when necessary.