Hey man, I hope you read this comment. I took a lot of help from one of your earlier videos for my full stack project in college, it went really well and I learnt a lot. Thank you!
When will you start working on a MERN microservice or microfrontend architecture? All your previous projects have been monolithic. Please consider creating an e-commerce application using a microfrontend and microservice architecture.
One significant challenge with React when building a blog is managing dynamic metadata effectively. Unlike Next.js, which has built-in support for handling metadata, finding a solution using only React can be tricky. Since it’s a blog, having dynamic metadata for each post is essential, and I’m exploring ways to address this without relying on Next.js. Maybe a tuts from you to address this, will be helpful
I cannot hold and I would like to say that this reactjs video is a real gem for both beginners and also intermediate level. Sir just a small query can you also please delve into the SEO of react.js it would much worth if the pages are indexed on google I hope we will hear soon from you. I particularly want to learn how do we add open graphs and we have social sharing preview card in react. Thank you again☺☺
hello sir, can i know how to solve error on navbar and Image, thanks An empty string ("") was passed to the src attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to src instead of an empty string. Error Component Stack
i am also facing the same error, the profile picture is not being saved in the database so it is not being updated in the posts and the comments section. Please do notify me if you solve the issue.
heyy how about an employee management system? where features like real time viewing who's employee who already logged in, who are on leave, who are on rest days, like a dashboard. and they have their payslips generated according to how many hours per day they accumulated, and many moreeeeeeeeeeeeeeeee
Hiya. Maybe sillly question but why you didn't use new react19'th useActionState with actions? Is it coz you wanted to showcase the whole Tquery functionality or is better to not mix both ? Thank you- great tutorial🙌
good course for learning MERN but theres alot you have to fix after it (like a lot of links still dont work and content doesnt show correctly etc.) still worth the time in my opinion as I learnt alot so thank you!
I respect you a lot for all your efforts. But I think it's time to focus on the microservice microfrontend project. Tell me a single project on your channel based on microfrontend & microservice?
Hey Lama Dev, thank you for the amazing courses, appreciate your effort and energy, and keep up the good work! Could you share your VScode IDE theme? I like it 🤩
you really need to structure yourself a bit. classes are constantly being added, left empty & then continued somewhere else. Later, when you are somewhere else again, you jump back to this class and fill it out. even if you insert svg paths, give the viewer the opportunity to view them briefly without having to look for the github on their own.
What I always find unpleasant with this kind of React project is that it uses a third-party service like Clerk for user management when this is a very important aspect of creating an application. Why not set up starter kits such as Breeze or Jetstream as with Laravel. I think it would make more sense, the day we could have this kind of thing in the React ecosystem that would be a step forward.
hello sir, can i know how to solve error on navbar and Image, thanks An empty string ("") was passed to the src attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to src instead of an empty string. Error Component Stack
Hey man, I hope you read this comment. I took a lot of help from one of your earlier videos for my full stack project in college, it went really well and I learnt a lot. Thank you!
Loving this video so far! Great features included in the tutorial like infinite scrolling, sort features, etc. Fantastic job!
When will you start working on a MERN microservice or microfrontend architecture? All your previous projects have been monolithic. Please consider creating an e-commerce application using a microfrontend and microservice architecture.
It's not monolithic. He seperates the backend and the React app runs independently.
@coder5336 this is not a monolithic. Learn first
Glad you back to us , Amazing work ❤ thank you ❤
Currently watching your blog tutorial with next13 and now i get the notification for this video 😂
Yes! You back brother! as always with a good mentoring tutorial
Sir you are best on YT 😍 i was waiting for your video from many days and this is super 👌🏻Love u sirr 😍😍
Finally a Mern Stacked ♥️ Thank you so much Lama Dev, one of the reason I Graduated and found a job ♥️ Thank you so much..
❤❤❤❤ the best guy on UA-cam is back.🎉🎉🎉🎉
One significant challenge with React when building a blog is managing dynamic metadata effectively. Unlike Next.js, which has built-in support for handling metadata, finding a solution using only React can be tricky. Since it’s a blog, having dynamic metadata for each post is essential, and I’m exploring ways to address this without relying on Next.js. Maybe a tuts from you to address this, will be helpful
Use ReactHelmet for handling metadata in React
i loved your channel lama dev. thank you
The best blog app on UA-cam so far. Thank you so much.
welcome back my mate!
Always upload quality content. Thanks Lama
Goat with another project 🐐
Just liked the video before I watch whole of it because I know its awesome.
what a perfect time to start to make a new project now after my hard day from work. coffee and programming forever. :)
That would be really helpful if you make an auction website through which user can bid ❤
Thanks for the video.First 🎉❤
This is a sick idea and an indication of the USA goal and what it's doing.
Only the silo 1 is the USA
Great project.
Next use typescript 😊
Thank you 🎉
Such an amazing project and explanation thank you so much
lama the best forever
I cannot hold and I would like to say that this reactjs video is a real gem for both beginners and also intermediate level. Sir just a small query can you also please delve into the SEO of react.js it would much worth if the pages are indexed on google I hope we will hear soon from you. I particularly want to learn how do we add open graphs and we have social sharing preview card in react. Thank you again☺☺
you can use react helmet
Larma U are amazing I Really learnt a lot from U than u
Thanks man, real from zero web apps are disappearing nowadays.
Thank you lama. Please consider downloadable Digital product ecommerce website with nextjs for the future project
Nice content. Please bring more advanced content !
Nice project Lama
awesome project, great job
At 45:59 ,after signing up ,the login and signin button are still showing , any ideas how to hide them,once we are authenticated
Plz make a online video call website, makes online tracking distinction ❤❤❤❤❤
hello sir, can i know how to solve error on navbar and Image, thanks
An empty string ("") was passed to the src attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to src instead of an empty string. Error Component Stack
i am also facing the same error, the profile picture is not being saved in the database so it is not being updated in the posts and the comments section. Please do notify me if you solve the issue.
I am getting an error 'Missing publicKey during ImageKit initialization' even I gave it already
Can you please help me?
@@SarcasticPrince same here. Let me know if you have fixed it.
Did anyone solved this
I’am also facing the same issue
Same issue
heyy how about an employee management system? where features like real time viewing who's employee who already logged in, who are on leave, who are on rest days, like a dashboard. and they have their payslips generated according to how many hours per day they accumulated, and many moreeeeeeeeeeeeeeeee
Hiya. Maybe sillly question but why you didn't use new react19'th useActionState with actions? Is it coz you wanted to showcase the whole Tquery functionality or is better to not mix both ? Thank you- great tutorial🙌
Next time when you upload project to github please add .env.example file. its very usefull to self host the application.
Completed 💌
How to include your Dashboard in this existing project?
this actaully PRO LEVEL
thanks
Just like that is permenant bro hehehe 😍😅😅 thankyou so much learn alot
I learnt a lot from you sir, can you please make a new project with Next.js and Hono.Js
Bro want Netflix like clone the old version is too old now ?
Next ve shadcn ile video bekliyoruz. Authentication, role based ile birlikte. ❤
Let's gooooooo!!!!!
Make projects with windsurf IDE, It will save time and effort!
please guide on how to use the snippet?
Please create a tutorial on push notifications nextjs using web push for offical docs
Can u use the postgresql in another cases
Thx!
Hi, can you please do these projects using redux context?
Can you guide me with Next.js, Node.js with TypeScript, and MongoDB?
good course for learning MERN but theres alot you have to fix after it (like a lot of links still dont work and content doesnt show correctly etc.) still worth the time in my opinion as I learnt alot so thank you!
Is anyone know the reason why clerk website is not opening.. i have tried it several times but the site is not opening
Been having issues with this for months
You are the best
I respect you a lot for all your efforts. But I think it's time to focus on the microservice microfrontend project. Tell me a single project on your channel based on microfrontend & microservice?
why didn`t use typescript?
thanks in advance man
Im failed connect to mongodb,
thanks man
Which languages should I know to make this website?
I want Crud application using Next js 15 and Primsa , typescript , server action database mongodb
great UI
Hey Lama Dev, thank you for the amazing courses, appreciate your effort and energy, and keep up the good work!
Could you share your VScode IDE theme? I like it 🤩
Perfect.
Is this tutorial good for beginners?
This is for intermediate level if you want he has another blog project in his channel for beginners.
@@haythemsaidi91 thank you!
I´m scary when i have to open black screens, vietnam memories...
you really need to structure yourself a bit. classes are constantly being added, left empty & then continued somewhere else. Later, when you are somewhere else again, you jump back to this class and fill it out. even if you insert svg paths, give the viewer the opportunity to view them briefly without having to look for the github on their own.
was good until I saw clerk .. it doesn't work in nigeria
هذا صوت حسين الربيعي
Your app is not working properly please see it carefully. Especially most in the case of webhook controller. Ja
What I always find unpleasant with this kind of React project is that it uses a third-party service like Clerk for user management when this is a very important aspect of creating an application. Why not set up starter kits such as Breeze or Jetstream as with Laravel. I think it would make more sense, the day we could have this kind of thing in the React ecosystem that would be a step forward.
Through You I learned MUI and I have become very addicted to it. Now all your videos are with Tailwind. Why have you betrayed us like that?
you should learn more than only mui or tailwind. it's good to know more things :)
1st pin 📌
Why Clerk, not JWT?
Bro soon you will take Phd for creating Blog videos
omggg
Why are these tutors using third party for authorization
When in real job companies develop their own features specially for authorization and roles
Clerk😢
Error: @clerk/clerk-react: Missing publishableKey. i get this error can someone help me out
hello sir, can i know how to solve error on navbar and Image, thanks
An empty string ("") was passed to the src attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to src instead of an empty string. Error Component Stack
Thank you ❤
Thank you!