This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frontend: don't wait before rendering
The default behaviour of Tanstack Router is to wait at least 500ms before showing the rendered route, so that the loading spinner doesn't flicker. We don't want that, as we don't seem to have a working loading spinner anyway, and this just unnecessarily adds FCP latency.
- Loading branch information