1. 21 9月, 2020 2 次提交
  2. 17 9月, 2020 1 次提交
  3. 14 9月, 2020 1 次提交
  4. 01 9月, 2020 1 次提交
  5. 30 8月, 2020 3 次提交
  6. 28 8月, 2020 1 次提交
  7. 31 7月, 2020 1 次提交
  8. 16 7月, 2020 1 次提交
  9. 16 6月, 2020 2 次提交
  10. 05 6月, 2020 1 次提交
  11. 02 6月, 2020 1 次提交
  12. 01 6月, 2020 1 次提交
    • M
      Fix examples using __NEXT_DATA__ (#13567) · f8f308d6
      Martin Bavio 提交于
      This PR fixes https://github.com/vercel/next.js/issues/4883.
      
      It introduces a new global variable (`window.__REHYDRATE_IDS`) only when necessary.
      
      In the case of the `with-react-with-styles` example, rehydration isn't happening, so I removed the creation of the variable. 
      
      In the case of the `with-react-intl` example, the information doesn't seem to be set anymore on `__NEXT_DATA__`, so I just removed the default reference to it.
      f8f308d6
  13. 28 5月, 2020 2 次提交
  14. 22 5月, 2020 1 次提交
    • T
      More redundant imports @ examples (#13190) · 8618ab85
      TodorTotev 提交于
      Again, related to [12964](https://github.com/zeit/next.js/issues/12964)
      
      After checking all the other examples and the ongoing pull requests, I believe that with this PR being merged, all the examples should be free of redundant react imports.
      Let me know if you want me to edit anything that you don't like.
      
      Regards
      
      with-typescript
      with-atstroturf
      with-atlaskit
      with-styletron
      with-styled-components-rtl
      with-stylesheet
      with-stomp
      with-stitches-styled
      with-stitches
      with-slate
      with-sentry-simple
      with-sentry
      with-segment-analytics
      with-rematch
      with-relay-modern
      with-reflux
      with-redux-wrapper
      with-react-relay-network
      with-react-native
      with-react-multi-carousel
      with-react-jss
      with-react-helmet
      with-react-ga
      with-quill-js
      with-prefetching
      with-google-analytics-amp
      with-google-analytics
      with-framer-motion
      with-flow
      with-firebase-hosting
      with-firebase-cloud-messaging
      with-firebase-authentication
      with-expo
      with-dynamic-app-layout
      with-draft-js
      with-cxs
      with-cerebral
      with-ant-design-mobile
      with-algolia-react-instantsearch
      using-preact
      progressive-render
      8618ab85
  15. 19 5月, 2020 2 次提交
  16. 02 5月, 2020 1 次提交
  17. 21 4月, 2020 1 次提交
  18. 14 4月, 2020 1 次提交
  19. 06 4月, 2020 1 次提交
  20. 25 2月, 2020 1 次提交
  21. 13 2月, 2020 1 次提交
    • S
      Remove Now CLI reference from examples (#10501) · 5f041447
      Shu Uesugi 提交于
      * Find/Replace "Deploy it to the cloud..."
      
      * Find/Replace "Deploy it to the cloud..." (no colon)
      
      * Find/Replace "Deploy it to the cloud..." for firebase
      
      * Convert remaining ones
      
      * Storybook deployment
      
      * Update with-stripe-typescript
      
      * Update contributing.md
      
      * Remove `now`
      
      * Update examples/with-stripe-typescript/README.md
      Co-Authored-By: NLuis Alvarez D. <luis@zeit.co>
      5f041447
  22. 17 1月, 2020 1 次提交
    • S
      Make example READMEs more consistent (#10124) · 6804039e
      Shu Uesugi 提交于
      * npx create → npm init
      
      * Fix inconsistent instructions
      
      * Update amp-first
      
      * Update with-graphql-react
      
      * with-firebase-cloud-messaging
      
      * Update with-higher-order-component
      
      * change create-next-app url
      
      * Update create-next-app instruction
      
      * Update instructions to use npm instead of npx
      
      * Move "the idea behind the example" to top
      
      * Rename
      
      * Rename
      
      * Update contributing.md with a README template
      6804039e
  23. 24 12月, 2019 1 次提交
  24. 11 11月, 2019 1 次提交
  25. 10 11月, 2019 1 次提交
    • R
      Add full-icu package (#9286) · d5486e5b
      Raymond 提交于
      As long as node does not ship with fill-icu this will do the trick making FormattedRelativeTime work on nodejs.
      Other polyfill like @formatjs/intl-relativetimeformat/polyfill did not work on nodejs and thus giving an error that client did not match server.
      d5486e5b
  26. 26 10月, 2019 1 次提交
  27. 16 10月, 2019 1 次提交
  28. 11 10月, 2019 1 次提交
  29. 16 9月, 2019 1 次提交
  30. 27 8月, 2019 1 次提交
    • T
      Update with-react-intl for v3 (#8526) · 9efed175
      Tage A. L. K 提交于
      * Update dependencies
      
      > Update dependencies
      
      * Changes to make v3 work
      
      > Use hook `useIntl` instead of HOC `injectIntl`
      > Change use of class components
      > Changes to dependencies
      
      * Small changes
      
      Small changes
      9efed175
  31. 12 8月, 2019 1 次提交
  32. 29 5月, 2019 1 次提交
    • T
      Move syntax formatting to prettier (#7454) · 3e51ddb8
      Tim Neutkens 提交于
      * Run prettier over packages/**/*.js
      
      * Run prettier over packages/**/*.ts
      
      * Run prettier over examples
      
      * Remove tslint
      
      * Run prettier over examples
      
      * Run prettier over all markdown files
      
      * Run prettier over json files
      3e51ddb8
  33. 28 5月, 2019 1 次提交
  34. 24 4月, 2019 1 次提交