mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update url for componentDidCatch
This commit is contained in:
parent
326c84a730
commit
e6b5567b20
|
@ -954,7 +954,7 @@ export default () => <HelloBundle title="Dynamic Bundle" />
|
|||
<p><details>
|
||||
<summary><b>Examples</b></summary>
|
||||
<ul><li><a href="./examples/layout-component">Using `_app.js` for layout</a></li></ul>
|
||||
<ul><li><a href="./examples/componentdidcatch">Using `_app.js` to override `componentDidCatch`</a></li></ul>
|
||||
<ul><li><a href="./examples/with-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 to do amazing things like:
|
||||
|
|
Loading…
Reference in a new issue