ParkingReformNetwork / reform-map

A map of where parking reforms have happened.
https://parkingreform.org/mandates-map/
MIT License
6 stars 8 forks source link

Use pagination to fix performance #440

Closed Eric-Arellano closed 1 month ago

Eric-Arellano commented 1 month ago

Without this, loading all the places (no filter) takes several seconds and hangs the overall app.

Pagination is neat in that sorting will still sort through the entire dataset, not ony the current page. We also still have vertical scrolling for the page if it can't all fit. It's great!

Screenshot 2024-08-03 at 8 42 51 PM