1. 25 2月, 2020 1 次提交
  2. 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
  3. 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
  4. 11 10月, 2019 1 次提交
  5. 28 5月, 2019 1 次提交
  6. 24 4月, 2019 1 次提交
  7. 03 4月, 2019 1 次提交
  8. 04 3月, 2019 1 次提交
  9. 20 2月, 2019 1 次提交
  10. 11 12月, 2018 1 次提交
    • A
      Improve with-sentry example (#5727) · cd1d3640
      Adam Stankiewicz 提交于
      * Improve with-sentry example
      
      * remove nonexisting keys from request and update errorInfo handling
      
      * readd query and pathname
      
      * read query and params and add pathname and query to client
      cd1d3640
  11. 19 10月, 2018 1 次提交
  12. 24 9月, 2018 1 次提交
  13. 12 7月, 2018 1 次提交
  14. 03 4月, 2018 1 次提交
  15. 14 3月, 2018 1 次提交
  16. 03 12月, 2017 1 次提交
  17. 04 11月, 2017 1 次提交
  18. 22 6月, 2017 1 次提交
  19. 30 4月, 2017 1 次提交
  20. 22 4月, 2017 1 次提交
  21. 15 3月, 2017 1 次提交
    • B
      [POC] Pretty url routing (#1001) · db7c2867
      BDav24 提交于
      * [example] with pretty url routing
      
      * use single quotes even in React components
      
      * improve Link import
      db7c2867
  22. 17 1月, 2017 1 次提交
  23. 23 12月, 2016 1 次提交
    • D
      Add/data fetch example (#485) · f6ece560
      Dan Zajdband 提交于
      * Added data fetch example
      
      * Finished updating examples install instructions and added data-fetch example to main readme
      f6ece560
  24. 22 12月, 2016 3 次提交
  25. 19 12月, 2016 1 次提交
    • A
      Implement the Singleton Router API (#429) · 22776c2e
      Arunoda Susiripala 提交于
      * Immplement the initial singleton Router.
      
      * Use the new SingletonRouter for HMR error handling.
      
      * Use SingletonRouter inside the Link.
      
      * Create an example app using the Router.
      
      * Make the url parameter optional in Router.push and Router.replace
      
      * Add a section about next/router in the README.
      22776c2e