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
feat: add short-lived cache for prefetch requests (#46)
which avoids a second request when loading the prefetched route data on
actual navigation. This should speed up the UI quite a bit because one
request is better than two requests, haha :D
Fixes#39
## Type of change
Please mark relevant options with an `x` in the brackets.
- [x] New feature (non-breaking change which adds functionality)
# How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also
list any relevant details for your test configuration
- [x] Manual tests
0 commit comments