mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
README: grammer fix
This commit is contained in:
parent
5558aa45f5
commit
b287d70fd1
|
@ -300,7 +300,7 @@ See [this](link to default babel config we use) and [this](link to issue that tr
|
||||||
Next.js is special in that:
|
Next.js is special in that:
|
||||||
|
|
||||||
- Routes don’t need to be known ahead of time
|
- Routes don’t need to be known ahead of time
|
||||||
- Routes are always be lazy-loadable
|
- Routes are always lazy-loadable
|
||||||
- Top-level components can define `getInitialProps` that should _block_ the loading of the route (either when server-rendering or lazy-loading)
|
- Top-level components can define `getInitialProps` that should _block_ the loading of the route (either when server-rendering or lazy-loading)
|
||||||
|
|
||||||
As a result, we were able to introduce a very simple approach to routing that consists of two pieces:
|
As a result, we were able to introduce a very simple approach to routing that consists of two pieces:
|
||||||
|
|
Loading…
Reference in a new issue