Commit 1b4dd93
committed
Update React MusicStore sample to use current technologies (TypeScript 2, .NET Core 1.0.1, etc.). Fixes aspnet#417
1 parent 7ee8a7b commit 1b4dd93Copy full SHA for 1b4dd93
File tree
Expand file treeCollapse file tree
21 files changed
+140
-4685
lines changedOpen diff view settings
Filter options
- samples/react/MusicStore
- ReactApp
- typings
- react-bootstrap
- react-redux
- react-router-bootstrap
- react-router-redux
- react-router
- react
- redux-thunk
- redux
- webpack
- whatwg-fetch
Expand file treeCollapse file tree
21 files changed
+140
-4685
lines changedOpen diff view settings
Collapse file
samples/react/MusicStore/.gitignore
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
Collapse file
samples/react/MusicStore/ReactApp/boot-server.tsx
Copy file name to clipboardExpand all lines: samples/react/MusicStore/ReactApp/boot-server.tsx+14-4Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
18 | 29 | |
19 | | - |
20 | | - |
| 30 | + |
21 | 31 | |
22 | 32 | |
23 | 33 | |
|
Collapse file
samples/react/MusicStore/ReactApp/boot.tsx
Copy file name to clipboard+11-7Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
1 | 4 | |
2 | 5 | |
3 | 6 | |
4 | 7 | |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
| 8 | + |
10 | 9 | |
| 10 | + |
11 | 11 | |
12 | 12 | |
| 13 | + |
13 | 14 | |
14 | | - |
| 15 | + |
| 16 | + |
15 | 17 | |
| 18 | + |
| 19 | + |
16 | 20 | |
17 | 21 | |
18 | | - |
| 22 | + |
19 | 23 | |
20 | 24 | |
21 | 25 | |
Collapse file
samples/react/MusicStore/ReactApp/configureStore.ts
Copy file name to clipboard+14-20Lines changed: 14 additions & 20 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
16 | 14 | |
17 | | - |
| 15 | + |
18 | 16 | |
19 | | - |
| 17 | + |
20 | 18 | |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
| 19 | + |
26 | 20 | |
27 | 21 | |
28 | 22 | |
| ||
36 | 30 | |
37 | 31 | |
38 | 32 | |
39 | | - |
| 33 | + |
40 | 34 | |
Collapse file
samples/react/MusicStore/package.json
Copy file name to clipboard+43-36Lines changed: 43 additions & 36 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
9 | 27 | |
10 | | - |
| 28 | + |
| 29 | + |
11 | 30 | |
12 | 31 | |
13 | | - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
14 | 43 | |
15 | | - |
16 | | - |
| 44 | + |
| 45 | + |
17 | 46 | |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
44 | 51 | |
45 | 52 | |
Collapse file
samples/react/MusicStore/project.json
Copy file name to clipboard+55-28Lines changed: 55 additions & 28 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
| 2 | + |
15 | 3 | |
16 | | - |
| 4 | + |
17 | 5 | |
18 | 6 | |
| 7 | + |
19 | 8 | |
20 | 9 | |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
21 | 15 | |
22 | | - |
23 | | - |
24 | | - |
| 16 | + |
25 | 17 | |
| 18 | + |
| 19 | + |
26 | 20 | |
| 21 | + |
| 22 | + |
27 | 23 | |
28 | | - |
29 | 24 | |
30 | | - |
31 | | - |
32 | | - |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
33 | 33 | |
| 34 | + |
34 | 35 | |
35 | 36 | |
36 | 37 | |
37 | 38 | |
38 | | - |
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | 42 | |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
43 | 58 | |
44 | | - |
| 59 | + |
| 60 | + |
| 61 | + |
45 | 62 | |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
50 | 69 | |
51 | 70 | |
| 71 | + |
52 | 72 | |
53 | | - |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
54 | 77 | |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
55 | 82 | |
56 | 83 | |
Collapse file
samples/react/MusicStore/tsconfig.json
Copy file name to clipboardExpand all lines: samples/react/MusicStore/tsconfig.json+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
| 8 | + |
8 | 9 | |
9 | 10 | |
10 | 11 | |
|
Collapse file
samples/react/MusicStore/tsd.json
Copy file name to clipboardExpand all lines: samples/react/MusicStore/tsd.json-45Lines changed: 0 additions & 45 deletions
This file was deleted.
0 commit comments