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
Copy file name to clipboardExpand all lines: docs/tutorials/address-book.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -813,6 +813,12 @@ export default {
813
813
814
814
Now if you go to the [about page][about-page] and refresh, you won't see the loading spinner!
815
815
816
+
<docs-warning>
817
+
818
+
If you're still seeing a spinner when you refresh, make sure you deleted the `clientLoader` in `root.tsx`.
819
+
820
+
</docs-warning>
821
+
816
822
## Server-Side Rendering
817
823
818
824
React Router is a great framework for building [Single Page Apps][spa]. Many applications are served well by only client-side rendering, and _maybe_ statically pre-rendering a few pages at build time.
0 commit comments