HaNdTriX
|
5ff7c0742c
|
Lint examples (#4985)
* Lint examples/with-apollo-and-redux-saga
* Lint examples/with-apollo-auth
* Lint examples/with-apollo
* Lint exampels/with-google-analytics
* Lint examples/with-higher-order-component
* Lint examples/with-react-i18next
* Lint exampels/with-redux
* Lint exampels/with-relay-modern
* Lint examples/with-universal-configuration-runtime
* Add **/examples/**/lib/** to linter
|
2018-08-20 08:31:24 +02:00 |
|
Tim Phillips
|
b990b29d2d
|
Update Apollo links in examples (#4933)
|
2018-08-09 14:00:08 -07:00 |
|
Brice BERNARD
|
7e8acf3a30
|
[with-apollo-auth] simplify apolloState prop (#4563)
We don't need `.data` as `apollo.cache.extract()` returns at least `{}` when cache is empty
|
2018-06-08 11:48:10 +02:00 |
|
Brice BERNARD
|
e318de62c0
|
[with-apollo-auth] Remove useless check from constructor (#4560)
We don't pass apolloClient as props, so I removed the check as confusing and always false.
see https://github.com/zeit/next.js/blob/canary/examples/with-apollo-auth/lib/withApollo.js#L72-L75
Again please explain me if I am wrong :)
|
2018-06-08 10:27:31 +02:00 |
|
Brice BERNARD
|
1a8bdba56b
|
[with-apollo-auth] Remove useless apolloState from App's props (#4554)
App component does not need/use apolloState prop, so let's remove it. If I'm wrong please explain me the purpose of this.
|
2018-06-08 08:54:19 +02:00 |
|
Luis Fernando Alvarez D
|
2ef80a354c
|
Fixed error with the cookie parser in with-apollo-auth (#4445)
Fixes #4442
|
2018-05-21 21:51:00 +02:00 |
|
Luis Fernando Alvarez D
|
915673fcd6
|
Example updated: with-apollo-auth to Next 6 (#4420)
|
2018-05-18 10:55:12 +02:00 |
|