1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples
Naoyuki Kanezawa 1708222381 Programmatic API (#310)
* 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
2016-12-16 12:33:08 -08:00
..
basic-css/pages fix usage of next/css 2016-10-25 17:16:54 +09:00
custom-server Programmatic API (#310) 2016-12-16 12:33:08 -08:00
custom-server-express Programmatic API (#310) 2016-12-16 12:33:08 -08:00
head-elements/pages Added linting using standard (#27) 2016-10-16 17:00:17 -07:00
hello-world/pages Added linting using standard (#27) 2016-10-16 17:00:17 -07:00
nested-components fix usage of next/css 2016-10-25 17:16:54 +09:00
parameterized-routing Programmatic API (#310) 2016-12-16 12:33:08 -08:00
shared-modules Init next.js even after dom is loaded. (#326) 2016-12-02 22:59:10 +09:00
with-jest example: add missing dependencies and babel config 2016-10-29 22:20:29 +09:00
with-prefetching Prefetch pages with Service Workers (#375) 2016-12-15 11:13:40 -08:00