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
Manipulating date slider in production (see dev.nextstrain.org) causes too many redux updates to fire. You can see the URL spin while the date slider catches up. Redux events should be throttled.
The text was updated successfully, but these errors were encountered:
Before I start this - do we still want the effects (tip vis) to change as often as they currently do? Because they get redux actions at the same frequency. Note that the URL is overwritten - it's not creating a bunch of history
Yes. Great with the history. I think you can just throttle redux actions to 100ms or whatever. Each event should update the URL and redraw tip visibilities. Okay to share redux updates.
Manipulating date slider in production (see dev.nextstrain.org) causes too many redux updates to fire. You can see the URL spin while the date slider catches up. Redux events should be throttled.
The text was updated successfully, but these errors were encountered: