forked from remix-run/react-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 858 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<title>React Router Examples</title>
<link href="global.css" rel="stylesheet"/>
<body>
<h1>React Router Examples</h1>
<ul>
<li><a href="animations">Animations</a></li>
<li><a href="auth-flow">Auth Flow</a></li>
<li><a href="auth-with-shared-root">Auth With Shared Root</a></li>
<li><a href="dynamic-segments">Dynamic Segments</a></li>
<li><a href="huge-apps">Huge Apps (Partial App Loading)</a></li>
<li><a href="master-detail">Master Detail</a></li>
<li><a href="passing-props-to-children">Passing Props to Children</a></li>
<li><a href="pinterest">Pinterest-style UI (location.state)</a></li>
<li><a href="nested-animations">Nested Animations</a></li>
<li><a href="query-params">Query Params</a></li>
<li><a href="shared-root">Shared Root</a></li>
<li><a href="sidebar">Sidebar</a></li>
<li><a href="transitions">Transitions</a></li>
</ul>