Skip to content

Commit

Permalink
docs: Add note about how GSP and GSSP aren't supported in _app
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Oct 13, 2020
1 parent 179c10a commit c2a00dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/advanced-features/custom-app.md
Expand Up @@ -44,6 +44,7 @@ The `Component` prop is the active `page`, so whenever you navigate between rout

- If your app is running and you just added a custom `App`, you'll need to restart the development server. Only required if `pages/_app.js` didn't exist before.
- Adding a custom `getInitialProps` in your `App` will disable [Automatic Static Optimization](/docs/advanced-features/automatic-static-optimization.md) in pages without [Static Generation](/docs/basic-features/data-fetching.md#getstaticprops-static-generation).
- `App` does not support [`getServerSideProps`](/docs/basic-features/data-fetching#getserversideprops-server-side-rendering) or [`getStaticProps`](/docs/basic-features/data-fetching#getstaticprops-static-generation).

### TypeScript

Expand Down

0 comments on commit c2a00dc

Please sign in to comment.