Looking for 1-3 hour long Next tutorial, app router, server comp., server actions, local db, auth.js
I have tried to follow the Next docs, but after a while I feel I don't know basic common practices how to structure and do common things in real projects and would like to see at least one small project with these features put in place. Especially how layouts and auth and server components, work using server components and server actions. Is there something like that around? Something that is preferably only a month or few months old. What would you recommend?
12 Replies
josh tried coding
checkout his videos
You mean this one? https://www.youtube.com/watch?v=mSUKMfmLAt0 It's kind of long 9 hours. Is it worth it? Are there any cuts? For example, some videos cut out parts of coding and you get stuck.
Josh tried coding
YouTube
Build and Deploy a Fullstack Reddit Clone: Next.js 13, React, Tailw...
Discord for questions & answers: https://discord.gg/4vCRMyzgA5
GitHub: https://github.com/joschan21/breadit
Upstash Redis: https://upstash.com/?utm_source=Josh2
-- Features
Infinite scrolling for dynamically loading posts
Authentication using NextAuth & Google
Custom feed for authenticated users
Advanced caching using Upstash Redis
Optimistic u...
yup worth it 👌👌
no cuts as far as i remember
@Deras recommended it before but i will recommend it again, Josh makes great projects and always fun to follow along with, he explains what he's doing as he codes. I'm following along this one right now https://youtube.com/playlist?list=PLdoAUl4PfSFs_9yDIf-HODc6nPteNCww9&si=ZCerI3fsQR9YA7Vm
YouTube
Modern Fullstack Booking System
Let's build a modern full-stack booking system with NextJS 13, tRPC, TailwindCSS and AWS S3!
it's a page router, but thanks anyway. The app router is very different and not only how you do Next things but also how next-intl and other libraries work, if they work at all.
How long have you been coding with nextjs?
Check out Jack Herrington's youtube channel!
this is a great channel as well, rich of up to date tutorials and on his website you can unlock content that goes even further
https://www.youtube.com/@codewithantonio
YouTube
Code With Antonio
My name is Antonio and I am a software engineer with over 7 years of experience. I have always been fascinated by the world of programming, and I consider myself lucky to have found a career that aligns with my passions.
Throughout my career, I have had the opportunity to work with a variety of programming languages and technologies, which has ...
This one is a bit longer, but one of the newest I saw https://www.youtube.com/watch?v=1MTyCvS05V4&t=21938s
Code With Antonio
YouTube
Next Auth V5 - Advanced Guide (2024)
Discord for any problems/errors/bugs: https://www.codewithantonio.com/discord
Github & Live Website: https://www.codewithantonio.com/projects/auth-masterclass
Auth.js: https://authjs.dev/
Middleware config: https://dub.sh/Apr6dvD
Resend: https://resend.com/
Node.js: https://nodejs.org/en
ShadcnUI: https://ui.shadcn.com/
Clerk: https://dub.sh/SdV...
I see now, @cupofcrypto posted his channel
this is really good material, I still facing few issues with Auth.js but this is another topic 😅
Have you considered just taking a shortcut and using Clerk? It uses nextauth under the hood and seems to be much less work to implement