My take on Next.js
I have been using create-react-app for a while for my side project. Since Next.js 13 was released and is gaining popularity, I decided to give it a try. I usually prefer to learn while doing.
Since I host all my APIs and websites on AWS, I needed to deploy the Next.js app to AWS. I found this helpful guide on how to do it: https://aws.amazon.com/blogs/mobile/amplify-next-js-13/.
Implementing Google Authentication
https://www.telerik.com/blogs/how-to-implement-google-authentication-nextjs-app-using-nextauth
yarn add next-auth
Comments