rsnext/docs/api-reference
Curt Siffert f4bf8a4696
Update getInitialProps.md (#19506)
To clarify what I've noticed as a common source of confusion in discussions online. Fixes https://github.com/vercel/next.js/issues/19426 

If you wish to know whether the code is running as part of a client-side page transition, in either `getInitialProps` or `getServerSideProps`, you can check to see if `context.req.url` starts with `/_next/data`.
2020-11-25 11:23:04 +00:00
..
data-fetching Update getInitialProps.md (#19506) 2020-11-25 11:23:04 +00:00
next Update documentation links (#19502) 2020-11-25 00:00:06 +00:00
next.config.js Update documentation links (#19502) 2020-11-25 00:00:06 +00:00
cli.md Documentation updates (#16503) 2020-08-24 02:23:12 +00:00
create-next-app.md Add use-npm CLI flag docs (#17803) 2020-10-13 19:40:29 +00:00