forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 741f211
with-apollo example using Apollo 2 (vercel#3180)
* Updated dependencies related to Apollo and React.
* Updated libs with Apollo 2 new set of modules.
* Updated to Apollo 2 react integration modules.
* Updated withData to separate apollo state from the app's state.1 parent b937ed3 commit 741f211
File tree
6 files changed
+24
-18
lines changed- examples/with-apollo
- components
- lib
6 files changed
+24
-18
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | + | ||
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | + | ||
3 | + | ||
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
| |||
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
13 | - | ||
15 | + | ||
14 | 16 |
| |
15 | - | ||
17 | + | ||
16 | 18 |
| |
17 | - | ||
18 | - | ||
19 | + | ||
20 | + | ||
19 | 21 |
| |
20 | - | ||
22 | + | ||
23 | + | ||
21 | 24 |
| |
22 | 25 |
| |
23 | 26 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | - | ||
52 | - | ||
53 | 51 |
| |
54 | 52 |
| |
55 | - | ||
56 | - | ||
53 | + | ||
57 | 54 |
| |
58 | 55 |
| |
59 | 56 |
| |
| |||
66 | 63 |
| |
67 | 64 |
| |
68 | 65 |
| |
69 | - | ||
66 | + | ||
70 | 67 |
| |
71 | 68 |
| |
72 | 69 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | - | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
11 | 14 |
| |
12 | 15 |
| |
13 | 16 |
| |
14 | - | ||
15 | - | ||
16 | - | ||
17 | + | ||
18 | + | ||
19 | + | ||
17 | 20 |
| |
18 | 21 |
| |
19 | 22 |
| |
|
0 commit comments