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
This will soon be (mostly) fixed but there'll still be 10-15 milliseconds spent matching the router (that's on a 2015 MBP so much much slower on an old android) that we should avoid.
I discovered recently that react-router can be very slow at matching routes remix-run/react-router#3215
This will soon be (mostly) fixed but there'll still be 10-15 milliseconds spent matching the router (that's on a 2015 MBP so much much slower on an old android) that we should avoid.
We can load our own routing table into the browser and match path changes against that which will drop path matching times down to microseconds.
This will also probably make code splitting more convenient #10
The text was updated successfully, but these errors were encountered: