YouTube video: https://www.youtube.com/watch?v=4yDrtFUbUzo
- Don't have to use getServerSideProps or getStaticProps for SSR
- Typed hooks generated from the GraphQL schema
- Create app with
npx create-next-app
- Convert to TypeScript project
- Install dependencies
- Create Apollo HOC with the
next-with-apollo
modules - How to control client-side and server-side rendering