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
Generally we've found performance to be pretty snappy, as long as you are careful to avoid excessive re-renders. (a common pitfall in any web framework, where changes may happen automatically)
Under the hood, LZ tries to handle really dense regions by combining adjacent points, which means that even bigger datasets shouldn't overwhelm the renderer in most cases.
Hi there,
I am wondering if anyone has input about the performance of locuszoom.js? What kind of lag might I anticipate if building it into a React app?
TIA
The text was updated successfully, but these errors were encountered: