Skip to content

Commit e0b7df9

Browse files
committed
Added readme to navigation rsc vite example
1 parent c3c4d73 commit e0b7df9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Navigation RSC Vite
2+
Try out Navigation React and RSC's using Vite.
3+
4+
## Run
5+
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

Comments
 (0)