Tim Neutkens
a34f034021
Document serialization of data ( #3516 )
...
* Document serialization of data
* Add date
2017-12-29 21:33:49 +01:00
zollero
e4acd7db59
Add the closed parenthesis. ( #3506 )
2017-12-27 10:40:41 +01:00
Nishant
9c88ea8c58
fix grammatical error in readme file ( #3443 )
2017-12-13 01:49:44 -08:00
Matt Greer
e0980f7a45
readme: fix next() api documentation ( #3435 )
2017-12-11 13:37:36 -08:00
Adam Stankiewicz
6f55d3a5ad
Mention on demand entries are development-only ( #3433 )
...
Fixes #3430
2017-12-10 12:18:17 -08:00
Cory Simmons
5ce05c2d22
Update readme.md ( #3417 )
...
Migrating this to env since that's what's built into next already (and the recommendation of Babel team).
2017-12-07 15:42:17 -08:00
Kanjie Lu
cab6341545
fix typo in readme.md ( #3385 )
2017-12-04 08:14:19 -08:00
brandon
64c69866fe
doc'd fs-routing option & added note on passHref
( #3384 )
...
2 changes:
`passHref` - just added a cautionary note on the importance of `passHref`. We had a few days of no-href links on our site b/c we used a custom component instead of a raw `<a>` tag, and Google bot wasn't crawling our links (confirmed in Google cache). Hurt our SEO a bit, so I thought it was worth noting.
`useFileSystemPublicRoutes` - this is mentioned in https://github.com/zeit/next.js/pull/914 , but it doesn't appear any doc was actually added. We use `next-routes`, and we were serving all the files in `/pages/` in addition to their route patterns (ie duplicate content), which can be a pain w/ SEO and duplicate content.
2017-12-03 15:01:48 -08:00
Tim Neutkens
8cd6bd3fc3
Add check for writeable directory ( #3370 )
...
* Add check for writeable directory
Followup of https://github.com/zeit/now-cli/issues/175
* Add link to docs
2017-12-02 18:13:39 +01:00
Anders D. Johnson
7c9d350091
docs(readme): add missing period ( #3295 )
2017-11-16 10:05:42 +05:30
Tim Neutkens
ccaf640b47
Document router events the way they are used ( #3268 )
2017-11-11 20:54:50 +01:00
Tim Neutkens
18f8ab392a
Merge branch 'master' into canary
...
# Conflicts:
# examples/with-apollo/lib/initApollo.js
# examples/with-apollo/package.json
# examples/with-react-with-styles/package.json
# examples/with-static-export/package.json
# package.json
2017-11-05 11:01:59 +01:00
Leonardo Quixada
b41d177609
Dropped isomorphic-fetch in examples in favor of isomorphic-unfetch. ( #3230 )
2017-11-04 15:05:16 +01:00
Li Weinan
190853b4ff
Support de-deduping head tags by setting key ( #3170 )
...
* Support de-deduping head tags by setting key
* move dedupe logic to `unique` function
* fix head tag deduping logic
* remove console.log
* use `toContain` assertions
* update de-duping head tags section in README
2017-10-31 22:52:51 +01:00
Thongchai Kitiyanantawong
ba740460c8
Add more example links for CSS preprocessor solution ( #3213 )
...
* Add more example link for CSS preprocessor solution
* Change deprecated link
2017-10-31 08:58:50 +01:00
Tim Neutkens
0bdcb8ddc2
Add note about NODE_ENV being set automatically
2017-10-29 00:58:18 +02:00
Remy Sharp
8578038daa
Change _error.js example to use err
prop ( #3197 )
...
The `jsonPageRes` isn't always there, whereas `err` is, and when used,
provides a consistent statusCode in the client when compared to the
server.
2017-10-29 00:58:17 +02:00
m-allanson
b937ed3644
Remove extra word ( #3193 )
2017-10-29 00:58:17 +02:00
Tim Neutkens
72827d25cb
Add note about NODE_ENV being set automatically
2017-10-29 00:39:45 +02:00
Remy Sharp
98b48fb3ec
Change _error.js example to use err
prop ( #3197 )
...
The `jsonPageRes` isn't always there, whereas `err` is, and when used,
provides a consistent statusCode in the client when compared to the
server.
2017-10-28 09:23:15 +02:00
m-allanson
814b1821e6
Remove extra word ( #3193 )
2017-10-27 13:19:30 +02:00
Hans Trautlein
4d2ea0ce80
"download" to "downloads" when subject is singular ( #3140 )
2017-10-21 16:59:16 +02:00
yashha
f5aac04b79
Proposal: Add shields io npm version badge ( #3099 )
2017-10-15 17:20:34 +02:00
Sitian Liu
11fe73e9ba
make clear that server.js doesn't go through Webpack or Babel ( #3090 )
2017-10-14 19:08:30 +02:00
Matheus Fernandes
6fa0e0dd02
Make the readme.md look a little bit nicer ( #3063 )
2017-10-09 16:43:36 -07:00
Arunoda Susiripala
8ab50ecb57
Update README for Next 4.
2017-10-10 00:29:40 +05:30
Jesse Ditson
a79357f2a4
Allow use of filenames in exportPathMap ( #2973 )
...
* allow use of filenames in exportPathMap
* add link test and handling for file paths when flattening links for export
* add note about exporting file paths to readme.md
2017-10-05 20:33:10 +02:00
AugustinLF
285b27b399
Add doc to onDemandEntries configuration ( #3030 )
2017-10-05 08:28:15 +02:00
Tim Neutkens
418cc210fa
Add beta installation instruction
2017-09-27 23:15:46 +02:00
Marc MacLeod
ddd30787ef
expose buildId to custom webpack configs ( #3001 )
...
* expose buildId to custom webpack configs
* update readme to include buildId in option object
2017-09-27 08:03:29 +02:00
Brikou CARRE
c0d031d90e
Fix coding style of snippets ( #2806 )
2017-09-08 23:22:59 +02:00
Arunoda Susiripala
56662b4d84
Add/with router ( #2870 )
...
* Add withRoute HOC
Rebased (squashed)
- removed routerToProps
- updated hoist-non-react-statics
- improved propTypes
* Expose the whole Router instead of the route.
* Make the example simple.
* Update examples and the readme.
* Add a test case.
2017-08-30 19:37:12 +05:30
Leon Daniel Thorne
d2276179be
Describe solution to centralized routing ( #2844 )
...
* Add section for Centralized Routing
* Update title of section
* Update formatting
* Remove solution from README and link to it from FAQ
2017-08-28 12:21:08 +05:30
Tim Neutkens
62b246d902
Document SCSS/Less ( #2742 )
...
* Document SCSS/Less
* Add missing word
* Add docs for examples dir
* Add extra example
* uppercase J
2017-08-09 21:44:37 +02:00
Arunoda Susiripala
a99a167067
Remove beta information from the README.
2017-08-09 12:32:49 +05:30
Arunoda Susiripala
e2fb50c301
Merge master with v3-beta.
2017-07-28 18:56:38 +05:30
Laurie Voss
23444fc74e
Minor grammatical fix: "resembling of" -> "similar to" ( #2669 )
2017-07-28 10:40:17 +05:30
Tom Coleman
051ee314e9
Also update Router.push example with object URL ( #2639 )
...
Following on from f8950e9b4c
2017-07-25 06:53:21 +05:30
Arunoda Susiripala
f8950e9b4c
Fix README issue related to object-urls.
2017-07-24 20:26:22 +05:30
cyrilf
34830a05c9
Add a missing slash ( #2634 )
...
Improving `next.js`, one slash at a time
2017-07-24 20:05:47 +05:30
Ben Murden
6781a75d8b
Hyperlink spelling ( #2616 )
2017-07-21 13:19:22 +02:00
Ben Murden
d727a6f082
Fix grammar in Router section. ( #2555 )
2017-07-14 07:38:06 +02:00
Jure Triglav
c9b4add394
Fix spelling of built-in ( #2546 )
2017-07-13 08:04:36 +02:00
Victor Borges
6e7ac5f0ef
fix: Forces Link to expose the href to the child using passHref property. ( #2503 )
...
* Forces Link to exposes the href to the child using passHref property.
* tests for passHref prop of the Link
* passHref property Link documentation
2017-07-09 10:39:02 +05:30
Paul O’Shannessy
a3495b364d
Fix JSX in readme ( #2512 )
...
An unclosed tag was resulting in some broken syntax highlighting.
2017-07-09 10:24:47 +05:30
Tim Neutkens
dc607e452b
Add docs for next/error ( #2513 )
2017-07-09 10:24:27 +05:30
Sergio Xalambrí
2b9944bf52
Add with-static-export example ( #2234 )
2017-07-01 21:44:58 +02:00
Arunoda Susiripala
071f526b1c
Update readme.md with some links and latest info.
2017-07-01 16:34:52 +05:30
Fabio Espinosa
1b5e724d31
Update readme.md ( #2412 )
...
The _error.js works only if it is in the /pages folder
2017-06-30 11:19:16 +05:30
Arunoda Susiripala
03cad7cba5
Fix some errors in README.
2017-06-29 22:27:17 +05:30