You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change the center of the map with a button click, but I want the projection to move smoothly.
If I put lat and lng values in a state and change those values in some interval, I'll end up with 50 renders / second which will kill my app.
Is there any better way to do it?