MartinP460 / react-denmark-map

Customizable plug-and-play map of Denmark for visual presentation🗺️
https://react-denmark-map.vercel.app/
MIT License
21 stars 4 forks source link

[V2] Memoize components #21

Closed MartinP460 closed 10 months ago

MartinP460 commented 10 months ago

⚠️ 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.