Sergio Xalambrí
ffdf4e3228
Add with-data-prefetch example ( #3420 )
...
* Add with-data-prefetch example
* Fix typos
* Improve example code
2017-12-26 21:46:46 +01:00
Ricardo Pierre-Louis
f2989c5739
Examples/with reflux ( #3476 )
...
* Update withData.js (#3458 )
#3234
* Begun with-reflux example
* Built with-reflux example
* Built with-reflux example
2017-12-19 10:33:01 +01:00
Brice BERNARD
5bb710a0d2
[with-jest] Upgrade to jest 22 and so remove raf deps ( #3477 )
2017-12-19 10:29:29 +01:00
Petr Huřťák
9bc681bea1
Fix glamorous example ( #3462 )
...
It used old version 1 and when I run npm run dev it returned 500.
Once I updated to 4, everything works as expected.
2017-12-18 11:28:57 +01:00
Brice BERNARD
35ffad968c
[with-apollo] Fix missing rootContext ( #3468 )
2017-12-18 11:25:06 +01:00
Sergio Xalambrí
5040de3b3f
Fix SVG component example dependencies ( #3448 )
2017-12-13 01:44:11 -08:00
Bertrand Marron
c8d2da68cf
Use "preset-env" option to configure env preset in with-jest example ( #3424 )
2017-12-08 20:01:05 -08:00
Thierry Charbonnel
4cab5228a0
Github gh-pages Example ( #3383 )
...
* gh-page-exemple
* add babelrc for gh-page exemple
* Fix example (exemple in fr)
* example fix typo
* lint fix
2017-12-08 18:17:04 -08:00
Tim Neutkens
24c1ac6ca9
Use canary for all example downloads ( #3411 )
2017-12-06 18:12:42 -08:00
Tim Neutkens
b64365b550
Add markdown-in-js example ( #3410 )
2017-12-06 16:59:32 -08:00
Thomas Greco
278f58b54b
pushing updated emotion example ( #3344 )
...
* pushing updated emotion example
* Fix linting
2017-12-05 16:46:06 -08:00
Brice BERNARD
48ed89f93d
[with-apollo] Fix warning about missing _allPostsMeta and more ( #3397 )
...
* Fix coding style
* Fix className type
* Upgrade deps
* Fix coding style of lib/
* Simplify onSubmit handler
* Fix missing missing _allPostsMeta warning
* Follow lint rules
2017-12-05 10:50:45 -08:00
Brice BERNARD
25005d158b
[with-jest] Fix tests ( #3395 )
...
* Fix tests
* Follow linting rules
2017-12-05 10:43:30 -08:00
Tibor Vukovic
e8f39ad74c
Update hapi example to support hapi@17 ( #3357 )
2017-12-05 10:42:57 -08:00
Giuseppe
5daafa4f87
Upgrade styled-jsx to v2.2.1 ( #3358 )
...
* Pulled encoding to top of head (#3214 )
* Remove next.d.ts to use @types/next (#3297 )
* Add with-mobx-state-tree example (#3179 )
* Adapt with-mobx example for with-mobx-state-tree
* Remove unnecessary lastUpdate parameter to show off snapshot
* update readme
* make other.js more closely mimic index.js
* Upgrade styled-jsx to v2.2.1
Includes some bug fixes.
* Fix linting
2017-12-04 08:15:30 -08:00
dsantic
3a651971e1
Upgrading with-flow example to the latest flow-bin ver. 0.59.0 ( #3337 )
...
For upgrading I used flow-upgrade module by https://yarnpkg.com/en/package/flow-upgrade
2017-12-03 14:58:46 -08:00
Fouad Matin
2528779394
examples: add create-next-app ( #3377 )
...
* examples: add create-next-app
* fix with-typescript readme
2017-12-02 20:30:17 -08:00
Gregoor
6ad54704da
Update relay example dependencies & .gitignore ( #3365 )
2017-12-02 18:07:42 -08:00
Sergio Xalambrí
cd0e13df01
Add example of Nodemon on a custom server ( #3374 )
2017-12-02 15:44:38 -08:00
Tim Neutkens
df4974eac8
Add runtime environment example ( #3371 )
2017-12-02 18:08:53 +01:00
Sergio Xalambrí
32eb6b7718
Add with Portals example ( #3372 )
2017-12-02 18:02:22 +01:00
Adrian Li
f9c6e12037
Update reason example to version 3 syntax and fix errors ( #3347 )
...
* update dependencies
* add bsconfig refmt version
* update to new syntax
* add dependency on concurrently for dev convenience
* fix dev script
2017-11-28 14:15:03 +01:00
Tim Neutkens
c9401214db
Fix linting
2017-11-25 12:03:25 +01:00
Brian Dombrowski
5ede8c9dc3
More complete with-apollo-and-redux example with dynamic post route ( #3223 )
...
* More complete with-apollo-and-redux example with dynamic post route
* Removed commented out code
2017-11-23 14:05:51 +01:00
Lucas Rosa
fc335ac36c
Add example with tailwind css ( #3317 )
...
* Add Tailwind css example
* Fix read me
* Add create-next-app setup to read me
2017-11-23 13:48:34 +01:00
Max Scher
f0eacf66ea
Add data node to serverState declaration ( #3321 )
...
The serverState variable definition did not include the data node, which
may cause parsing errors on the client-side.
- add data: { } on line 23 within the apollo: { } object
2017-11-23 13:46:33 +01:00
Tage A. L. K
c6d9ab7563
with-apollo-auth updated for Apollo 2.0 ( #3278 )
...
* Updated for Apollo 2.0
* Updated for commit: ccb188a
* Simplified serverState
Updated with danistefanovic's comment. Looks better.
* Revert "Simplified serverState"
This reverts commit 1b543a35909dcfe401c753cb2f71760180087057.
* Simplified server
Updated with Statedanistefanovic's comment.
2017-11-17 08:23:52 +01:00
Thomas Vogel
abe0aebcc0
updated with-apollo example to update option API ( #3296 )
2017-11-16 11:18:25 +01:00
Tim Neutkens
6977d61ebe
Merge branch 'master' into canary
...
# Conflicts:
# .travis.yml
2017-11-15 13:20:46 +01:00
Divyendu Singh
ccb188ab6b
Update withData.js - support withRouter HOC ( #3286 )
...
Add support for using withRouter as HOC with this example.
Passing router context manually fixes this, based on, https://github.com/zeit/next.js/issues/2908#issuecomment-338244804
2017-11-15 10:44:06 +01:00
Elliot Hesp
636c428a05
Update deprecated firebase method ( #3277 )
...
getToken is now deprecated, you'll get the following message if using the previous code:
firebase.User.prototype.getToken is deprecated. Please use firebase.User.prototype.getIdToken instead.
2017-11-15 10:35:30 +01:00
Nghiệp
c0581a40cc
Update README.md for with-shallow-routing example ( #3285 )
2017-11-15 09:55:41 +01:00
Tomek
5260736e33
example with-redux-observable ( #3272 )
...
* example with-redux-observable
* fix styling with js standard-style
2017-11-13 20:37:43 +01:00
Brice BERNARD
45e26f22b3
Fix tsx workaround, bootstrap next.d.ts, add tslint deps ( #2885 )
2017-11-13 13:59:00 +01:00
Vinicius Camargo
fbd4f03254
Update the custom-server-express with an req.params example ( #3258 )
2017-11-13 12:22:10 +01:00
yuyaohshimo
e67d17ef84
Add kea example ( #3262 )
2017-11-13 12:21:11 +01:00
Kai Yen
d72d3c09ef
Fixed how credentials opt is passed to HttpLink ( #3269 )
...
Prior to react-apollo 2.0 createNetworkInterface accepted the credentials option in {opt: {credentials: 'policy'}}. HttpLink accepts it as {credentials: 'policy'}.
2017-11-13 12:20:59 +01:00
Tomas Roos
629d0a261b
messages are availble within initialProps ( #3252 )
...
This has never been working, we based our intl + locale lookups out of this example and found out when translations wasn't working on page transitions due to the fact that messages gets set to undefined because its trying to destruct in the incorrect level
2017-11-08 20:37:52 +01:00
cinos
983455ed51
Update package.json ( #3246 )
...
Upgrade i18next & react-i18next
2017-11-06 08:51:16 +01:00
Tim Neutkens
6952d58c4e
Make sure examples adhere to code style
2017-11-05 19:47:12 +01:00
Juan Gallo
e1d9ae27f0
only-client-render-external-dependencies example ( #3229 )
2017-11-05 17:20:24 +01:00
Tim Neutkens
18f8ab392a
Merge branch 'master' into canary
...
# Conflicts:
# examples/with-apollo/lib/initApollo.js
# examples/with-apollo/package.json
# examples/with-react-with-styles/package.json
# examples/with-static-export/package.json
# package.json
2017-11-05 11:01:59 +01:00
Leandro Ardissone
a35e747e24
Added Sentry.io example ( #3215 )
...
* Added Sentry example
* Code style fixes
* Fixes docs + removed demo DSN + send error to comp
2017-11-04 15:06:16 +01:00
Leonardo Quixada
b41d177609
Dropped isomorphic-fetch in examples in favor of isomorphic-unfetch. ( #3230 )
2017-11-04 15:05:16 +01:00
Andy Kenward
8bb31f0960
fix : example/with-noscript to use next@latest and react-dom ( #3237 )
...
* example with-noscript use next@latest
* fix : example/with-noscript react-dom/server usage
Since the update to react ^16.0.0 react-dom import location has changed
2017-11-04 11:25:39 +01:00
Andy Kenward
c29ec6bdd0
example/with-static-export update react & next dependencies ( #3238 )
...
`next@latest` instead of beta
react 16
2017-11-04 11:24:54 +01:00
Jerome Fitzgerald
a450502a0d
[fix] with-apollo: Cannot read property 'data' ( #3226 )
...
* [fix] with-apollo: Cannot read property 'data'
When we create the initial serverState, we need to create the
eventual construct of the Apollo Data to reside within
Later in the constructor this allows for the initApollo to either
be generated from SSR, or to init from scratch.
Fixes
> Cannot read property 'data' of undefined
> TypeError: Cannot read property 'data' of undefined
* [refactor] with-apollo: reduce init `serverState`
No need to explicitly set `data` as empty.
This trims up 4 lines. 😀 ️
2017-11-04 11:24:16 +01:00
Kitti Piyapan
28767c06d1
Change file name lib on example keep the same format ( #3227 )
...
Change file name format on folder lib like /examples/with-apollo and /examples/with-apollo-and-redux
2017-11-02 17:56:14 +01:00
Thomas Kolar
6089377c6b
Fix/Update react-with-styles & aphrodite example ( #3224 )
...
* chore(package): Update dependencies for aphrodite and react-with-styles
* refactor: Update example to current version of react-with-styles
2017-11-01 19:53:45 +01:00
Tim Neutkens
c8059b9f12
Make sure linting passes
2017-10-31 08:58:00 +01:00