mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
parent
eca8e8f64b
commit
09e5064821
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue