Quick heads up: This tutorial covers Next.js 13, but don't let that number fool you. Next.js 14 is essentially a performance-focused update of version 13. That means every concept, technique, and feature we dive into here is just as applicable and relevant in Next.js 14 *🚨 Important Updates* ⌛ As of July 11, 2023, Next.js has been updated to version `14.0+.0+`. Even though the video may show an older version, rest assured that the entire application functions seamlessly with the latest Next.js version. You won't encounter any issues while following the video. ⌛ Starting from October 26, 2023, Next.js server actions have stabilized. Therefore, there's no need to include them in the `next.config.js` file as an experimental feature flag. ⚡ *Error: ClerkInstanceContext not found* Wrap your application in `layout.tsx`(both in auth and root folders!) ⚡ *Cannot find module "tailwindcss-animate”* Shadcn requires the `tailwindcss-animate` package to function properly. Do install shadcn first ⚡ *Syntax error: G:\threads\app\globals.css The max-sm: class does not exist. If max-sm: is a custom class, ensure it is defined within a @layer directive. (122:3)* The correct format should be `max-sm:hidden` without any space in between. Please ensure that your code formatter is functioning correctly, as it may sometimes introduce such spaces unintentionally. ⚡ *Clerk 401 Unauthorized error* Ensure you have rightly configured the `middleware.ts/js` file and are using your own envs. If you encounter any other issues or have questions, please ask in the comments. We're here to help!
@foesublime Жыл бұрын
I'm having a weird one with my bio not accepting what I type in it and then it still saying "minimum 3 characters" I've looked all over to try and fix it and I assume its something easy. Can someone point me in the right direction.
@murali-krishnan Жыл бұрын
Pin this comment Adrian
@warpmaster7 Жыл бұрын
After logging in with clerk, I get a screen that says "This Serverless Function has timed out. "Your connection is working correctly. Vercel is working correctly." 504 gateway timeout
@immanueletukudoh6873 Жыл бұрын
For those having issues with setting up clerk, I kinda figured a way out. using the current clerk docs, we will set up the layout.tsx to look this way import { ClerkProvider, SignedIn, SignedOut, SignInButton, UserButton } from "@clerk/nextjs"; import Head from "next/head"; // Import the Head component from next/head import { Inter } from 'next/font/google' import '../globals.css' export const metadata = { title: 'Threads', description: 'Threads next14 v1.00 application' } const inter = Inter({ subsets: ['latin'] }) function Header() { return ( Threads {/* Mount the UserButton component */} {/* Signed out users get sign in button */} ); } export default function RootLayout({ children }: { children: React.ReactNode }) { return ( {/* Set HTML lang attribute and include metadata */} {metadata.title} {children} ); } this worked for me and I hope this helps someone out too😉
@AzizbekMamatqulov-kf8ld11 ай бұрын
the real problem is in onbording when I submit it returns to the homepage but in Mongodb in collections there no user's datas
@a0dnk1 Жыл бұрын
Threads only came out a couple weeks ago and you already have a 6 hour guide for us. Thank you!
@javascriptmastery Жыл бұрын
More to come!
@HumanTouchArt Жыл бұрын
thats because all thsi thrads are using the same conecpt its just another social media app copy of twiiter like there is thousands of twitter copies of this kind of apps
@4reinersplug959 Жыл бұрын
I honestly have no idea how such profound content is on the internet for free!! You're the man bro. Keep it up 👍🏼👍🏼
@javascriptmastery Жыл бұрын
Thank you!
@miangee09 Жыл бұрын
I asked for an Instagram clone, and you replied that something better is coming soon. Today is the day, bro, and you never disappoint. I love you, bro! It's a great project. Thank you so much
@javascriptmastery Жыл бұрын
Thank you!❤️
@roshannair5071 Жыл бұрын
bhai ye chalta h na ?
@RanaJaydeepSureshaeb Жыл бұрын
@@roshannair5071 nahi chlata bro mera to pura 2 din laga diya isspe 20+ hours ban gaya hai par serverless deploy error aa raha hai . Deploy nahi ho raha vercel par
@shaikhsajed3674 Жыл бұрын
Yes.
@CameronBriggs-t7t Жыл бұрын
25:47 If you get the Error: ClerkInstanceContext not found. Add wrapper to your layout.tsx in the (root) folder.
@megha-474711 ай бұрын
thankyou so much for this
@FelipeBatistaOsilva11 ай бұрын
Thanks a lot
@CodeAndCoffeeWithAnu10 ай бұрын
Thank you so much for this😭😭❤❤
@keakash79068 ай бұрын
Much Appreciated!
@jacobo62762 ай бұрын
Thanks a lot!
@picozzimichele Жыл бұрын
This is a very well done course. I like the fact that the CSS is "pre-built" with custom classes so not to spend hours on styling. The most important parts are the BE integration with MongoDB and the structure overall. Well done!!
@crisag.2698 Жыл бұрын
For anyone just starting this tutorial, there is currently an issue with Clerk and the latest version of NextJS, making it so that the Clerk SignIn and SignUp components don't render. To get around this, make sure you have installed the same version of Next he has. To make it easier on yourself you could copy/paste his package.json file, delete your node modules folder, delete package-lock.json, then run npm install again.
@masegodipela Жыл бұрын
This problem has been bothering me for weeks. Thank you so much for posting this!!
@ahmedabdelhameed3916 Жыл бұрын
I made that and when I first put in the clerk sign-in and sign-up components I was on localhost:3000/sign-up so it instantly rendered, I was surprised so I pressed the back button in my browser and I think that broke it because it doesn't want to render anymore... do you have a solution for that please?
@subhajitadhikary155 Жыл бұрын
@@ahmedabdelhameed3916 , have you tried closing the dev server and again running 'npm run dev' ?
@rad9920 Жыл бұрын
life saver?
@caiomucio9237 Жыл бұрын
I did this and still not working.
@shohanrahman9392 Жыл бұрын
2:00:04 The diagram explanation about the backend was absolutely helpful. Please feel free to make more graphical tablet explanations like it in the future!
@Rexmx883 Жыл бұрын
At first I got shocked about, how are we going to handle those communities, profile and these complicated things, but then you introduced Clerk to us. You are so amazing. Thanks for this amazing project.
@javascriptmastery Жыл бұрын
Exactly!
@mileslegend9 ай бұрын
my commutites are not showing
@fredyholguin2525 Жыл бұрын
38:42 if you paste the ico file and change to the vercel logo just rename it to icon 39:51 if you check the github repository you will see that the middleware file is in the root , if you have a error like not finding the file , try to move it to the src folder sorry from my broken english, its not my first lenguage
@TallBanana Жыл бұрын
Thanks bro! Was wondering why the favicon wasn't working lol
@anasisah2384 Жыл бұрын
Just finished this course. Absolutely amazing and now I have an excellent project in my portfolio. THANKS❤
@janglad9136 Жыл бұрын
It might be a cool idea to add some more detailed timestamps in the description and even have multiple commits on the Github that you can follow along with. Right now when you make a mistake that only shows up 20 mins later it can be very hard to go back to the part of the video where you're working on that file. This would also make it easier to reference in the future! I'm really enjoying the course to far tho, this was exactly what I needed to get up to speed with Next!
@javascriptmastery Жыл бұрын
Great suggestion!
@ApnaCodingSchoolOfficial Жыл бұрын
@@javascriptmasteryI will add soon those time stamps and error encounter as well ❤❤
@anthonybassey7379 Жыл бұрын
The most recommended, precise and concise programming tutorial ever. Kudos man and thumbs up to your insights and the impartation you giving to the world. 🚀
@javascriptmastery Жыл бұрын
Much appreciated!
@ankitmukhia3644 Жыл бұрын
I haven't start coding yet but, I would say I got full of excitement only watching intro, Just love your content and thanks for giving this to community. Thank you man
@javascriptmastery Жыл бұрын
Appreciate it!
@nguhelon7015 Жыл бұрын
This is the most premium free youtube account teaching the most popular javascript libraries. Thank you so very much adrian for your programming content, You can be sure that you impact a lot of newbies, like literally a looot.
@javascriptmastery Жыл бұрын
You're very welcome!
@dreamsachiever212 Жыл бұрын
Wow. speechless. I gave up on learning code last year but thanks to you I am back on track and excited to develop my skills. Not there yet, but man I am grateful to you. God bless you
@javascriptmastery Жыл бұрын
You can do it!
@mohamedalimejdi1611 Жыл бұрын
Excellent tutorial ,Thank you so much Adrian . You never disappointed us in your videos , the explanation via Diagrams is a great idea please keep doing this ! Much love from Tunisia❤🇹🇳
@rayanfernandes2631 Жыл бұрын
Damn!! I could only imagine the man hours and effort this video has taken up and all the knowledge of you and your peers summed up in this one ,best frontend stack!, backend utilities and tools , changing trends, next.js rolling out new ways to write the app structure every year , New libraries to handle uploads and forms , It takes effort to keep up! Adrian bruh! you have done it , Thanks a ton!!
@andrewtcoder Жыл бұрын
Thank you very much for showing how you debug errors and issues during the development process!!! This is very helpful!
@javascriptmastery Жыл бұрын
Glad it was helpful!
@mahfujulalamanik7308 Жыл бұрын
You are a very good programming content creator among the most high-class category creators. I enjoy your videos as I'm watching my favorite movies. I don't know how should i say thank you to make you happy. Your videos are really useful for programmer's life. And your teaching style is incredibly effective, and your dedication to helping me understand complex concepts is evident in every session we've had. Your explanations are always clear, and you have a unique ability to break down challenging topics into manageable and comprehensible pieces.
@javascriptmastery Жыл бұрын
Thank you so much!
@editin232 Жыл бұрын
1:59:37 Absolutely, explaining some basic concepts in a visual way is always a good thing. And even if we know then, we can refresh our understanding of it or skip that part.
@javascriptmastery Жыл бұрын
Will do!
@apple2655 Жыл бұрын
Absolutely agreed on that!
@javascriptmastery Жыл бұрын
Last chance to get the premium Next.js 13 eBook - resource.jsmastery.pro/nextjs-guide ⏲
@rubelmehmed Жыл бұрын
Can you pls make a video on your vs code json setup amd extension for react and next js project.. A small bideo amd gist will be enough...
@shivamupadhyay9620 Жыл бұрын
Please build a answer to earn d-app in blockchain I want to learn about its functionality
@dejviepa Жыл бұрын
I was one of the first 1000 persons who won the course free...When will the nextjs course release?
@prithwishhati Жыл бұрын
Hi Adrian. Thank you so much for creating such a detailed Threads project tutorial. I'm following all your Next.js projects and really appreciate all of them. I've one request that I'll be grateful for if you can make a *TypeScript* crash course. I genuinely learnt a lot from your Next.js and Tailwind CSS crash courses and I know for sure I'll learn everything about TypesScript if you will make one. Thank You ☺
@easyprogramer4528 Жыл бұрын
@@rubelmehmed the same request, pleasee
@FeifeiSun-b4v Жыл бұрын
I love your explanation on the diagram about server side rendered page! Would love to see more in your videos! I think it's important to know why we are choosing some technologies over others. The diagram showed me how awesome this feature is and I got excited learning that part!
@NaserPapi-x7z Жыл бұрын
I highly recommend this tutorial for any React developer. It was truly amazing and valuable. Thank you for sharing it.
@javascriptmastery Жыл бұрын
Thank you!
@mileslegend Жыл бұрын
i have searched and searched and am glad i have found this video on youtube now its time to move on as am diving into a new path i will be glad to share with you my progress along the way
@mileslegend Жыл бұрын
i have found it ..though am having some issues with the sign up testing the address is constantly refreshing and not giving any visible results
@mileslegend Жыл бұрын
the message "failed to load response data: No data found for resource with given identifier
@rohitranjan-cse Жыл бұрын
Today, I have completed my 1.2 years on this channel. The thing which I liked the most in your project is the soothing look.
@javascriptmastery Жыл бұрын
Thank you!!!
@yaboytakeda Жыл бұрын
Disappointed not many people are asking for more diagrams in your videos, do continue so. Great work
@ateebasif5360 Жыл бұрын
That's such a great video and the explanations you did with the diagrams were really good. Please keep adding those kind of diagrams as it really helps to understand the architecture of the tech stack or how the things under the hood are actually working. Thanks for such a great video.
@marioalfredojorge12045 ай бұрын
I've just finished the tutorial, thanks so much for sharing it with us! I’m excited about the new knowledge I’ve gained in web development. 🙏🙏🙏
@SakshiTewari-po3lc4 ай бұрын
hey, did you encounter this error Module '"@clerk/nextjs"' has no exported member 'currentUser'.
@STEWIE101101Ай бұрын
@@SakshiTewari-po3lc im getting the same
@storiestime2 Жыл бұрын
you are the best youtuber and full-stack developer I have ever seen
@javascriptmastery Жыл бұрын
Thank you so much!
@prashlovessamosa Жыл бұрын
Thank you Adrian You and Antonio are the gems of Croatia.
@javascriptmastery Жыл бұрын
Thank you!❤️
@luisg3423 Жыл бұрын
As always, high level projects that really add value to a portfolio. You are amazing, thanks.
@javascriptmastery Жыл бұрын
I appreciate that!
@evans3995 Жыл бұрын
Can't complain anymore! Super cool stuff! Well done, thank you for your selfless contribution to the society!
@javascriptmastery Жыл бұрын
Thank you!
@divyeshradadiya1 Жыл бұрын
You never disappoint us through your projects..💕
@javascriptmastery Жыл бұрын
Thank you!❤️
@st0maklija Жыл бұрын
I have watched only 30 minutes, and yet I can only say, thank you for great work with such a good explanation too! Keep on it!
@meheraabarvy4134 Жыл бұрын
Another trending project. You give us what we need. 💙
@javascriptmastery Жыл бұрын
Awesome
@pablourbanohernandezvizcarra9 ай бұрын
This tutorial was fantastic! I learned so much about using Next.js 14, especially Routing, App Router, and Authentication/Authorization. It's exactly what I was looking for to improve my Next.js skills.
@bestAIUser Жыл бұрын
I love this channel 😊 I learn from this channel and I am going to interview to get pre employee
@javascriptmastery Жыл бұрын
You got this!
@hskl18 Жыл бұрын
At 38:38 if you are using mac you cant see the favicon but on the PC do
@fksociety137 Жыл бұрын
Great as usual. You are an amazing soul. RESPECT! Everyone, buy his courses so he can keep making more amazing content. He needs to live forever. 😁
@javascriptmastery Жыл бұрын
I appreciate that!
@saqibkhanz8417 Жыл бұрын
I was eagerly waiting for your video, and now it's finally here. Thank you so much for providing such a wonderful tutorial!
@javascriptmastery Жыл бұрын
Enjoy!
@leadingshot Жыл бұрын
Have been waiting for this 😁😁😁👁️👁️
@javascriptmastery Жыл бұрын
It's here!
@CarlosTello-h5s Жыл бұрын
friend, thanks for existing. you're the best!
@javascriptmastery Жыл бұрын
You are!
@muhammadnoman8696 Жыл бұрын
Dear Adrian, From the depths of my heart, I extend my sincerest gratitude for your exceptional guidance throughout my React and Next.js learning experience. Your dedication to sharing knowledge has made this journey truly inspiring and fulfilling. Sending you heartfelt thanks and my warmest wishes for a future filled with continued success and happiness. With immense gratitude, Muhammad Noman.
@javascriptmastery Жыл бұрын
You're very welcome
@reagan574 Жыл бұрын
Thanks chatgpt
@ruizxzx Жыл бұрын
i've been searching for a threads clone for 2 weeks, this one is best so far
@javascriptmastery Жыл бұрын
Enjoy!
@BISHWA1234 Жыл бұрын
It will be really great if you can explain more on the backend stuff. I guess everyone would love to learn it
@javascriptmastery Жыл бұрын
Great suggestion!
@egretfx Жыл бұрын
love it!!! this is my tech stack nowadays (NextJs + Shadcn UI + PrismaDB + Clerk + Tailwind + Vercel). Fantastic!!
@javascriptmastery Жыл бұрын
Perfect!
@javascriptmastery Жыл бұрын
Ultimate Next 14 Course is now live: www.jsmastery.pro/next14
@vpgaming21 Жыл бұрын
The course used to have a different discount, I was about to buy it but the same discount is not there anymore :C
@harikapadia4310 Жыл бұрын
Unhandled Runtime Error Error: Failed to create/update user: Plan executor error during findAndModify :: caused by :: E11000 duplicate key error collection: test.users index: usernames_1 dup key: { usernames: null } Source lib\actions\user.actions.ts (61:10) @ updateUser 59 | } 60 | } catch (error: any) { > 61 | throw new Error(`Failed to create/update user: ${error.message}`); | ^ 62 | } 63 | } 64 | When i am change the user, This error comes. I can not update user and not create new thread(post).how to solve this error??
@Nathan4777 ай бұрын
That diagram explanation was so on point, yes you should definitely do that more!
@宋健-e5y Жыл бұрын
This is the most serious tutorial I have seen so far, thank you for your teaching, your tutorial must leave a mark in the history of nextjs. I'm going to learn nextjs because of your course. I asked for an Discord clone, Thank you so much.
@javascriptmastery Жыл бұрын
You're very welcome!
@blaqhakym Жыл бұрын
Just like your email message said, you really outdid yourself on this one. You are amazing bro❤
@javascriptmastery Жыл бұрын
I appreciate that!
@SrinjayDasgupta Жыл бұрын
I just started watching your videos AND THEY ARE INCREDIBLE MAN.. I mean i have watched many react and nextjs and js videos but none are like you 🤞👍
@javascriptmastery Жыл бұрын
Thank you!!
@FAIZAN1421 Жыл бұрын
Great project, and well explained brother ❤
@javascriptmastery Жыл бұрын
Thank you! Cheers!
@pauloluguenda8397 Жыл бұрын
Damn, you're the best mentor ever. Thank God you exist, you literally changed my life.
@brancode404 Жыл бұрын
What a great project again. Please make a real world Ecommerce website with Admin CRM page with Modern Next Js 13.4 and these technologies
@javascriptmastery Жыл бұрын
Coming soon!
@sugarcane_x-k7t Жыл бұрын
Finally its here. I've waited for a long time for this
@javascriptmastery Жыл бұрын
Enjoy!
@L_is_on_youtube Жыл бұрын
Is it possible to show us how to make a Steam / Epic games Clone that allows us to upload, download and play games? Btw I finally finished your AI Application video and ive never been more proud 😊
@javascriptmastery Жыл бұрын
Cool idea!
@jrjr1684 Жыл бұрын
1:59:57 These contents are very inspiring. with more details of the mechanism behind these codes definately can halp us to establish more comprehensive and profould picture of how it works. Again! Thanks for making such a beautiful video for everyone
@JeronimoGinaca Жыл бұрын
Hi! I'm at 5:24:42 and I cant post as a Community. I'm getting the organization_id and everything, but I cant get the resutls. Also I've try the Github Code finished version, and Im getting the same results, so I'm guessing the problem is in my Clerk. Someone has the same issue?
@JeronimoGinaca Жыл бұрын
Im getting an "Attempting" status at Clerk's messeges
@daarrsshhaannnnn Жыл бұрын
Heyy Buddy same goes for me too. Even I'm getting that issue . Did you find any solution?
@MuhammadHaseebAhmed Жыл бұрын
if you guys find solution ping me also .@@daarrsshhaannnnn
@eduardgrigoryan6052 Жыл бұрын
Yeah me too, could you reslove it?@@JeronimoGinaca
@wrx5084 Жыл бұрын
Has anyone found the solution yet lol
@aniketdas3406 Жыл бұрын
Yesssss...... Diagrammatic explanations are pretty helpful ... Please include more....... & Greattttt Video!! Thanks a ton
@ddavid8888888 Жыл бұрын
Amazing job on the project and tasks for the future! I hoped that After the deployment the site would be much quicker but it’s still isn’t good enough (according to the vercel score I get 43/100 in performance) can you maybe do a crash course on best practices and how to improve the performance on apps in general? It would be very good for the community and there aren’t enough content in that area (most of the focusing on seo)
@andrewtcoder Жыл бұрын
+1
@SurajKatyayan Жыл бұрын
One thing I do not like about this app is that it fetches the same data again and again. Things like userInfo should be stored in redux state. That would significantly increase the speed of the site. Also if you do make a node app and expose data fetching to an API you can use the fetch in JS to retrive the data, and cache it, revalidating every few seconds. This happens in the back and you get a smoother and faster app. That is all I can think of right now of the top of my head.
@SurajKatyayan Жыл бұрын
Also now that I think of it. It's important to use indexing the database that is not in this app. And make sure you use mongoose.connection.close(); when done using the databse. Databse Pooling and Query optimization are most stuff you can do if you love your app hehe. Over all this is a great video for learning nextjs and mongodb schemas and how they work. This in no way teachs you to build a production grade application.
@bhushankhope8949 Жыл бұрын
I completed this video and created the app side by side. Looks great. I learnt a lot of new stuff. Thank you.
@technologycoder Жыл бұрын
Best tutorial Thanks. AND it is twitter clone - threads and we made threads clone. CLONE CLONE CLONE 😂😅
@javascriptmastery Жыл бұрын
What? :D
@alibinnaseer Жыл бұрын
11/09/2023: I am very excited. I hope to complete it in the next 4 days.
@burningit_ Жыл бұрын
Waiting for this from a week when you posted the community post a good project can we also see Instagram clone also i know i am getting greedy but this channel provides us that content that i can be greedy😅
@javascriptmastery Жыл бұрын
Haha I get it! :)
@nathansabari262 Жыл бұрын
Love from India bro❤you never know, here in colleges and coaching centers they refer only your channel for great resource, you deserve millions of subscribers and more to come , thanks a lot and lot for your efforts
@javascriptmastery Жыл бұрын
Thanks a ton
@badenis129111 ай бұрын
I cannot get rid of this error: The `bg-dark-1` class does not exist. If `bg-dark-1` is a custom class, make sure it is defined within a `@layer` directive. Can someone assist? Thanks
@Pointlessfish911 ай бұрын
you've tried to apply a tailwind class that doesn't exist. if you hover over @apply flex, it will tell you that it's a replacement for display: flex, but if you hover over @apply bg-dark-1, you won't see anything
@suryakantasinha Жыл бұрын
i love your videos ,seriously waiting for over the week🥺
@javascriptmastery Жыл бұрын
Yay! Thank you!
@namphan8545 Жыл бұрын
how to post photos and videos
@syndg Жыл бұрын
Absolutely amazing! Was waiting for this!!!!
@javascriptmastery Жыл бұрын
Yay! Thank you!
@ojasvisingh786 Жыл бұрын
🎉🎉🎉
@javascriptmastery Жыл бұрын
Thanks!
@dajawhite5388 Жыл бұрын
I really loved the segment with the diagrams where you explained concepts at a deeper level!
@ApnaCodingSchoolOfficial Жыл бұрын
I am not sharing this ❤️💜 it’s a secret
@javascriptmastery Жыл бұрын
Haha thank you! 😊
@andrewtcoder Жыл бұрын
Thank you for this amazing video!!! You're the best developer! I want to thank you for explaining "upsert" because it's very useful when you clarify it on the go!
@techlizz27 Жыл бұрын
I really can't wait to start building this threads app...thanks a whole lot adrain...much love from Nigeria ❤️
@javascriptmastery Жыл бұрын
You're so welcome!
@sunilsrinivaas3167 Жыл бұрын
Thank you so much for this long and elaborate project. Also for being generous in providing the source code too. :)
@javascriptmastery Жыл бұрын
You're very welcome!
@johandikasyahputralubis2455 Жыл бұрын
Your code, your explaination, your editing, and All of your projects are insane bro. Love you from Indonesia. I always waiting notification from your KZbin. Amazing.
@javascriptmastery Жыл бұрын
Greetings to Indonesia!
@rohitroy.youtube Жыл бұрын
I love the small tips which you leave while explaining stuffs. It helps me a lot :))
@abs_BuildsАй бұрын
Thank you so much for creating Nextjs courses and wonderful tutorials like these ! 👍
@aryankumawat11 ай бұрын
I've learned a ton from this video, and it's motivating me to kick off my own project today. Your explanations are really clear and helpful. Thanks a bunch! ❤
@puseefarpositputawan8914 Жыл бұрын
What a wonderful thing, thank you from the bottom of my heart. This is what I've been waiting for.
@javascriptmastery Жыл бұрын
Enjoy!
@Ng900-p4x Жыл бұрын
the best and simplest improvement that can be made here is to add a loader so the navigation from left sidebar doesn't feel slow to end user. just add a loading.tsx file in root folder with a simple loading component inside it
@rennyboyjumawan260 Жыл бұрын
faster than I thought woah. more power to the team and channel. thank you for making/creating premium a video like this for free.
@javascriptmastery Жыл бұрын
Appreciate it!
@leonardogrig Жыл бұрын
Ok, this is cool. Excited to watch this entirely. Thanks!
@javascriptmastery Жыл бұрын
Hope you enjoy it!
@shiveshtiwari2612 Жыл бұрын
I love your explanation. Awesome videos. Have also read your eBooks and loved them. Looking forward to get this one. Thanks for all the awesome projects Adrian !
@javascriptmastery Жыл бұрын
Hope you enjoy it!
@Xtr3m3Shadow17 ай бұрын
I've learned a lot from you. And I love the explanations in between the coding. I would also love it if you can explain some of the more complex codeblocks, like the handleImage function in the AccountProfile component. As a beginner I can follow a lot of your input, but sometimes I need just a little more details to make the connection between the written code and the imported components, especially with typescript involved. Appreciate your work and please keep up the amazing work!
@3illanon145 Жыл бұрын
It's out. Been anticipating this project!!!!!!!!
@javascriptmastery Жыл бұрын
Enjoy!
@shubhbham7878 Жыл бұрын
Very happy to see the next level teaching on KZbin never before.....till this Christmas your channel would reach 1 million subscribers else chang my name
@javascriptmastery Жыл бұрын
Appreciate it!
@oserefemhenativie6681 Жыл бұрын
Okay, you win the trophy for best full-stack web development channel.
@javascriptmastery Жыл бұрын
Thank you!
@f1nnha Жыл бұрын
The explanations via diagrams are great, please keep doing this!
@algorithmicbird Жыл бұрын
I was eagerly waiting for it
@javascriptmastery Жыл бұрын
.. aand it's here :)
@6.squash.936 Жыл бұрын
Thanks Adrian your React Projects helped me to learn and Practice React I will learn NextJs and will be back here
@javascriptmastery Жыл бұрын
You got this!
@yassinelamouadden4701 Жыл бұрын
Tried using Clerk today, and it's impressively powerful. Requesting more styling options though, as many developers, like me, have specific designs to implement.
@javascriptmastery Жыл бұрын
It's phenomenal!
@interceptorghost1149 Жыл бұрын
Super clear, Super amazing You are saving my life as a Junior Developer buddy😭😭😭😭😭😭😭😭😭😭 Thank you very much
@aryanbansod2175 Жыл бұрын
explanation the concepts through the the diagrams provides a clear and deeper understanding of the topics, it would be great if you implement explaining through the diagrams in upcoming vdos apart from that the effort which was made for making this possible for free is phenomenal thank you for introducing such great courses.
@user-cz3rw1jx5g Жыл бұрын
Thanks 😊 it took me 20 long hours to complete this tutorial upto deployment. This is the first tutorial I have followed completely. Subscribing your channel 💌 and excited to follow other tutorials too 😘 Love from India 🇮🇳
@utkarshsingh820 Жыл бұрын
Did you get any issues due to this being a few months old?
@drakynaace1438 Жыл бұрын
Bro I'm facing this issue when I'm updating the user details. It says "Failed to create/update user: Operation `users.findOneAndUpdate()` buffering times out after 10000ms" Plz fix this
@drakynaace1438 Жыл бұрын
@@Alton01 yes I can
@pawelp5317 ай бұрын
"Special multi-level comment system will allow you to tell even more people they are wrong" haha. Pretty much sums up what Thread is!
@bornclasher1294 Жыл бұрын
This is going to be crazy. Congratulations
@javascriptmastery Жыл бұрын
Thank you, enjoy!
@torrid4560 Жыл бұрын
Looking forward to more deep explanations about programming concepts and how to draw programming diagrams as a software engineer, thanks a lot, really learned a lot from you!!
@javascriptmastery Жыл бұрын
Noted!
@apple2655 Жыл бұрын
Yes! That's pretty awesome!
@himanshumanitripathi7261 Жыл бұрын
one of the best video on this channel. Thank you!❤