1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fixed typo (#4144)

which allows you can -> which allows you to
This commit is contained in:
Christian Nwamba 2018-04-12 09:40:32 +01:00 committed by Tim Neutkens
parent eca8e8f64b
commit 09e5064821

View file

@ -957,7 +957,7 @@ export default () => <HelloBundle title="Dynamic Bundle" />
<ul><li><a href="./examples/componentdidcatch">Using `_app.js` to override `componentDidCatch`</a></li></ul>
</details></p>
Next.js uses the `App` component to initialize pages. You can override it and control the page initialization. Which allows you can do amazing things like:
Next.js uses the `App` component to initialize pages. You can override it and control the page initialization. Which allows you to do amazing things like:
- Persisting layout between page changes
- Keeping state when navigating pages