1. 02 6月, 2020 1 次提交
  2. 28 5月, 2020 2 次提交
  3. 21 4月, 2020 1 次提交
  4. 25 2月, 2020 1 次提交
  5. 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
  6. 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
  7. 28 11月, 2019 1 次提交
  8. 11 10月, 2019 1 次提交
  9. 12 7月, 2018 1 次提交
  10. 03 4月, 2018 1 次提交
  11. 14 3月, 2018 1 次提交
  12. 07 12月, 2017 1 次提交
  13. 03 12月, 2017 2 次提交
  14. 31 8月, 2017 1 次提交
  15. 19 5月, 2017 1 次提交
  16. 16 5月, 2017 1 次提交
  17. 17 4月, 2017 1 次提交
  18. 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
  19. 17 1月, 2017 1 次提交
  20. 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
  21. 22 12月, 2016 3 次提交
  22. 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