1
0
Fork 0
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:
nkzawa 2016-10-26 18:47:41 +09:00
parent 5558aa45f5
commit b287d70fd1

View file

@ -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 dont need to be known ahead of time - Routes dont 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: