rsnext/docs
Ty Mick 667ddad6aa
docs: Link to getInitialProps on Custom App page (#29567)
`getInitialProps` is already being referenced on the [Custom `App`][1] page, since it's the only supported data-fetching method for custom `App` components, but folks who started using Next.js after the advent of `getStaticProps` and `getServerSideProps` may not be familiar with the `getInitialProps` API.

[1]: https://nextjs.org/docs/advanced-features/custom-app



## Documentation / Examples

- [x] Make sure the linting passes
2021-10-02 21:39:08 +00:00
..
advanced-features docs: Link to getInitialProps on Custom App page (#29567) 2021-10-02 21:39:08 +00:00
api-reference Ensure href/as behavior points to correct docs (#29270) 2021-09-22 19:07:07 +00:00
api-routes doc: fix typo (#28817) 2021-09-06 13:42:18 +02:00
basic-features Update getServerSideProps docs with req.cookie note (#29457) 2021-09-30 15:34:03 +00:00
migrating Update Gatsby migration guide to use image imports. (#29178) 2021-09-19 00:12:31 -05:00
routing Update imperative routing docs to have better a11y (#29382) 2021-09-27 02:04:58 +00:00
authentication.md Use new @clerk/nextjs package in with-clerk example, update Next.js authentication docs (#28906) 2021-09-17 10:54:34 -05:00
deployment.md Add note about using Sharp for next/image to deployment docs. (#29067) 2021-09-13 20:31:04 +00:00
faq.md Update .now.sh to .vercel.app. (#22359) 2021-04-14 09:46:06 -05:00
getting-started.md docs: updated minimum Node.js version (#26528) 2021-06-23 16:05:25 +00:00
going-to-production.md Update Going to Production docs to use quote. (#27131) 2021-07-12 23:13:52 +00:00
manifest.json [Docs] Add testing docs (#27965) 2021-08-11 20:47:12 +00:00
testing.md Update with-jest packages and docs (#28209) 2021-08-26 16:18:22 +00:00
upgrading.md Mention customization of next.config.js to import images (#27104) 2021-07-12 13:16:13 +00:00