1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/server
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
..
build Programmatic API (#310) 2016-12-16 12:33:08 -08:00
config.js add cdn config (#111) 2016-10-28 23:38:24 +09:00
document.js custom document support (#405) 2016-12-16 10:42:40 -08:00
hot-reloader.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
index.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
next.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
read.js server/read: remove unused argument 2016-10-17 11:19:42 +09:00
render.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
require.js write assets to disk 2016-10-16 04:49:42 +09:00
resolve.js add error page for debug 2016-10-19 21:41:45 +09:00
router.js initial source 2016-10-06 08:52:50 +09:00