File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
<!doctype html public "humiliation">
2
- < title > Transitions Example</ title >
3
- < base href ="/transitions "/>
2
+ < title > Confirming Navigation Example</ title >
3
+ < base href ="/confirming-navigation "/>
4
4
< link href ="/global.css " rel ="stylesheet "/>
5
5
< body >
6
- < h1 class ="breadcrumbs "> < a href ="/ "> React Router Examples</ a > / Transitions </ h1 >
6
+ < h1 class ="breadcrumbs "> < a href ="/ "> React Router Examples</ a > / Confirming Navigation </ h1 >
7
7
< div id ="example "/>
8
8
< script src ="/__build__/shared.js "> </ script >
9
- < script src ="/__build__/transitions .js "> </ script >
9
+ < script src ="/__build__/confirming-navigation .js "> </ script >
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ <h1>React Router Examples</h1>
7
7
< li > < a href ="active-links "> Active Links</ a > </ li >
8
8
< li > < a href ="animations "> Animations</ a > </ li >
9
9
< li > < a href ="auth-flow "> Auth Flow</ a > </ li >
10
- < li > < a href ="auth-with-shared-root "> Auth With Shared Root</ a > </ li >
10
+ < li > < a href ="auth-with-shared-root "> Auth with Shared Root</ a > </ li >
11
11
< li > < a href ="breadcrumbs "> Breadcrumbs</ a > </ li >
12
+ < li > < a href ="confirming-navigation "> Confirming Navigation</ a > </ li >
12
13
< li > < a href ="dynamic-segments "> Dynamic Segments</ a > </ li >
13
14
< li > < a href ="huge-apps "> Huge Apps (Partial App Loading)</ a > </ li >
14
15
< li > < a href ="master-detail "> Master Detail</ a > </ li >
15
- < li > < a href ="passing-props-to-children "> Passing Props to Children</ a > </ li >
16
- < li > < a href ="pinterest "> Pinterest-style UI (location.state)</ a > </ li >
17
16
< li > < a href ="nested-animations "> Nested Animations</ a > </ li >
17
+ < li > < a href ="passing-props-to-children "> Passing Props to Children</ a > </ li >
18
+ < li > < a href ="pinterest "> Pinterest-style UI (< code > location.state</ code > )</ a > </ li >
18
19
< li > < a href ="query-params "> Query Params</ a > </ li >
19
20
< li > < a href ="sidebar "> Sidebar</ a > </ li >
20
- < li > < a href ="transitions "> Transitions</ a > </ li >
21
21
</ ul >
You can’t perform that action at this time.
0 commit comments