Should HMR Work?
Working on my first non-trivial app with Router, and I've noticed that on a project page, which loads the project using the route
loader, making any change to the code triggers a full refetch of the data. Is this intentional or is it something about my setup.
Things I've tried:
- adding staleTime to the route to try to keep it from refreshing0 Replies