1. 03 4月, 2018 2 次提交
  2. 31 3月, 2018 4 次提交
  3. 30 3月, 2018 3 次提交
  4. 29 3月, 2018 3 次提交
  5. 28 3月, 2018 1 次提交
  6. 25 3月, 2018 1 次提交
  7. 23 3月, 2018 3 次提交
  8. 16 3月, 2018 1 次提交
    • S
      with-apollo: Improve lib/withData (#3973) · cd1d9e0c
      Shaleen Jain 提交于
      * pass down getInitialProps ctx to ComposedComponent
      * pass apollo client instance directly to getDataFromTree instead of through the ApolloProvider wrapper.
      * Avoid redundant empty serverState initialization (It's always initialized)
      cd1d9e0c
  9. 14 3月, 2018 2 次提交
  10. 13 3月, 2018 1 次提交
  11. 10 3月, 2018 1 次提交
  12. 08 3月, 2018 1 次提交
    • S
      FIX deploy with-firebase-hosting (#3946) · d3518242
      Saro Vindigni 提交于
      * FIX deploy with-firebase-hosting
      
      * add npm run command in place of yarn in firebase.json predeploy hooks
      
      * Change yarn with npm
      
      * firebase-hosting example: Add warning in examples README
      
      * firebase-hosting example: clarify warning language
      
      * firebase-hosting example: remove the warning and upgrade to canary
      
      * firebase-hosting example: actually upgrade pkg.json
      d3518242
  13. 07 3月, 2018 3 次提交
  14. 06 3月, 2018 3 次提交
  15. 05 3月, 2018 2 次提交
  16. 28 2月, 2018 1 次提交
    • J
      with-firebase-hosting improvements & fixes (#3886) · b4b5b1fa
      James Hegedus 提交于
      * Next.js v5 update, _error & _document bugs fixes
      
      * document clean script
      
      * remove old build artefact
      
      * add babelrc
      
      * reset next.js version to 'latest' from '^5.0.0'
      
      * typo in readme
      
      * format code
      
      * remove _files as they were a fix for a solved, but unreleased problem
      b4b5b1fa
  17. 27 2月, 2018 1 次提交
  18. 26 2月, 2018 1 次提交
  19. 25 2月, 2018 1 次提交
    • J
      [example] with-apollo-and-redux-saga (#3488) · 5ebb943c
      Jerome Fitzgerald 提交于
      * [example] with-apollo-and-redux-saga
      
      - Using Apollo to get GraphQL Data? Dope.
      - Using Redux Saga to do other stuff outside of that? Cool.
      - Nary the two shall meet? Most likely. 😀️
      
      This is a breakout of #3463 where we were combining Apollo and Redux.
      
      This may not be an example that gets a PR.
      
      Why? Well, the examples are meant to pick and choose and combine
      yourself. At least I believe, and this is basically a combination of two
      examples (`with-apollo` and `with-redux-saga`) with some reworking.
      
      **pages/**:
      `index`: withReduxSaga()
      `about`: ()
      `blog/index`: withReduxSaga(withApollo())
      `blog/entry`: withApollo()
      
      * [refactor] fix lint (again), remove superfluous calls
      
      * [fix] package.json: with-apollo-and-redux-saga
      
      Updated the `name` and made sure `es6-promise` was in dependencies
      
      * [refactor] remove semi-colons in clock/sagas
      
      * [refactor] remove old migration code
      5ebb943c
  20. 24 2月, 2018 1 次提交
  21. 22 2月, 2018 1 次提交
    • I
      Add custom-server-typescript example (see #3694) (#3838) · 99fb1912
      Ibrahim Ansari 提交于
      * Add custom-server-typescript example (see #3694)
      
      * Fix linting errors in custom-server-typescript
      
      * Provide proper arguments to ts-node.
      
      * Fix import and fix all linting errors.
      
      * Use import in server as well.
      
      * Update nodemon.json
      99fb1912
  22. 19 2月, 2018 1 次提交
    • T
      Merge master into canary (#3846) · a10324d5
      Tim Neutkens 提交于
      * Move security related test cases into a its own file.
      
      * Removes the unused renderScript function
      
      * Add a nerv example. (#3573)
      
      * Add a nerv example.
      
      * Fix for indentation/style
      
      * Fix for name
      
      * Release 5.0.0
      
      * Add multi-zones docs. (#3688)
      
      * with emotion example - hoist styles out of the index page component (#3821)
      
      * Use indexOf instead of startsWith (#3758)
      
      * Use indexOf instead of startsWith
      
      This fixes an IE11 regression, see #3755
      
      * Lint the code
      a10324d5
  23. 18 2月, 2018 2 次提交