Hacker News new | ask | show | jobs
by TasselHat 549 days ago
Thanks for the helpful feedback, I appreciate it, I was lazily rendering all the markers because I was working with a much smaller dataset of only US resorts, but the map component was rendering and calculating the position of 4000+ markers on every map move, I added some optimizations (only renders when zoomed in a bit, only renders visible markers) and it's running a lot smoother now. Thanks!