mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Merge branch 'master' of https://github.com/zeit/next.js
This commit is contained in:
commit
6afacbbc7d
|
@ -30,6 +30,8 @@ So far, we get:
|
||||||
- Server rendering and indexing of `./pages`
|
- Server rendering and indexing of `./pages`
|
||||||
- Static file serving. `./static/` is mapped to `/static/`
|
- Static file serving. `./static/` is mapped to `/static/`
|
||||||
|
|
||||||
|
To see how simple this is, check out the [sample app - nextgram](https://github.com/zeit/nextgram)
|
||||||
|
|
||||||
### Bundling (code splitting)
|
### Bundling (code splitting)
|
||||||
|
|
||||||
Every `import` you declare gets bundled and served with each page
|
Every `import` you declare gets bundled and served with each page
|
||||||
|
|
Loading…
Reference in a new issue