mschwarzmueller / nextjs-course-code

Source code for my NextJS course (https://acad.link/nextjs)
1.49k stars 2.34k forks source link

Starting project #45

Open Suhail-007 opened 1 year ago

Suhail-007 commented 1 year ago

I converted the final code to starting project code and updated the dependencies. One thing to care of is next-auth change some of the import like useSession is now in 'next-auth/react' (before 'next-auth/client')

Here is the link to starting project