Next.js + Typescript
Documentation - Getting Started | Next.js
https://nextjs.org/docs#typescript
空のtsconfig.json置いてyarn devして指示に従うとよしなに設定してくれる。
あとはjs -> tsxに変更。
Next.js + Material UI
material-ui/examples/nextjs at master · mui-org/material-ui
https://github.com/mui-org/material-ui/tree/master/examples/nextjs
Next.js + Material UI (Typescript)
material-ui/examples/nextjs-with-typescript at master · mui-org/material-ui
https://github.com/mui-org/material-ui/tree/master/examples/nextjs-with-typescript
Next.js + redux
next.js/examples/with-redux at canary · zeit/next.js
https://github.com/zeit/next.js/tree/canary/examples/with-redux
A beginner guide for Redux with Next.js - Bhavik Bamania - Medium
https://medium.com/@bhavikbamania/a-beginner-guide-for-redux-with-next-js-4d018e1342b2
認証
User Authentication with Next.js - DEV Community 👩💻👨💻
https://dev.to/jolvera/user-authentication-with-nextjs-4023