Description
We recently integrated real-world OSM data into our MapPage.tsx. If a user zooms out in a dense area, thousands of pins might render at once, causing severe DOM lag.
Tasks
- Use
react-leaflet-cluster or a similar Supercluster library to group nearby markers into a single cluster bubble.
- Ensure the clusters expand smoothly when clicked or zoomed in.
Description
We recently integrated real-world OSM data into our
MapPage.tsx. If a user zooms out in a dense area, thousands of pins might render at once, causing severe DOM lag.Tasks
react-leaflet-clusteror a similar Supercluster library to group nearby markers into a single cluster bubble.