1. 08 11月, 2019 1 次提交
  2. 11 10月, 2019 1 次提交
  3. 28 5月, 2019 1 次提交
  4. 24 4月, 2019 1 次提交
  5. 08 3月, 2019 1 次提交
  6. 05 1月, 2019 1 次提交
  7. 18 12月, 2018 1 次提交
  8. 12 7月, 2018 1 次提交
  9. 03 4月, 2018 1 次提交
  10. 28 3月, 2018 1 次提交
  11. 14 3月, 2018 1 次提交
  12. 07 12月, 2017 1 次提交
  13. 03 12月, 2017 1 次提交
  14. 17 10月, 2017 1 次提交
  15. 11 8月, 2017 1 次提交
  16. 23 6月, 2017 1 次提交
  17. 22 4月, 2017 1 次提交
  18. 08 4月, 2017 1 次提交
    • R
      docs: don't blow away existing query string (#1638) · 0487956c
      Remy Sharp 提交于
      * docs: don't blow away existing query string
      
      See comments in diff - I ran across this and it took me a while to work out why my client side code worked, but the server didn't. It was because I didn't realise that `.render`'s 3rd arg was the query object, so it was losing the _actual_ query string.
      
      * chore: remove trailing spaces
      
      ¯\_(ツ)_/¯ I think!
      0487956c
  19. 03 4月, 2017 1 次提交
  20. 08 2月, 2017 1 次提交
  21. 17 1月, 2017 1 次提交
  22. 16 1月, 2017 1 次提交
  23. 29 12月, 2016 1 次提交
  24. 27 12月, 2016 1 次提交
  25. 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
  26. 22 12月, 2016 4 次提交
  27. 21 12月, 2016 2 次提交
  28. 17 12月, 2016 1 次提交
    • N
      Programmatic API (#310) · 17082223
      Naoyuki Kanezawa 提交于
      * add 'next' api
      
      * add render APIs
      
      * add 'as' prop to Link
      
      * check Accept header to serve json response
      
      * check if response was finished on getInitialProps call
      
      * move server/app to server/index
      
      * load webpack-hot-middleware-client by absolute path
      
      * server: options for testing
      
      * add tests
      
      * example: improve
      
      * server: make dir optional
      
      * fix client routing
      
      * add parameterized routing example
      
      * link: fix display url
      
      * Add custom-server-express example (#352)
      
      * Add custom-server-express example
      
      * Remove extraneous nexts in express routes defs
      
      * Update next config in server.js
      
      * Handle accept headers totally inside Next.js (#385)
      
      * Handle accept headers totally inside Next.js
      Now user doesn't need to handle it anymore.
      
      * Move json pages serving to /_next/pages base path.
      
      * Join paths correctly.
      
      * remove next/render
      17082223