1. 30 8月, 2020 1 次提交
  2. 02 6月, 2020 1 次提交
  3. 28 5月, 2020 2 次提交
  4. 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
  5. 11 10月, 2019 1 次提交
  6. 28 5月, 2019 1 次提交
  7. 24 4月, 2019 1 次提交
  8. 17 9月, 2018 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 1 次提交
  14. 06 9月, 2017 1 次提交
  15. 22 4月, 2017 1 次提交
  16. 17 1月, 2017 1 次提交
  17. 23 12月, 2016 2 次提交
  18. 22 12月, 2016 3 次提交
  19. 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