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
Once you've cloned the repository, you can install the dependencies and start the RSC Vite example:
6
+
7
+
npm install --force
8
+
npm run dev
9
+
10
+
Then visit http://localhost:5173/ in your browser to see RSC Navigation in action. The initial content is server-rendered and subsequent navigations only fetch the content that's changed.
0 commit comments