I was about to install NextJS for a side project when I came across your video on NextJS 15 being released. After watching it, I'm not sure if I should use NextJS 15 or ReactJS as I want to host it on a vps.
Please make a video about choosing the best framework for development, considering people who care about ease/dev experience more than anything. The earlier you make the video the earlier I'll start learning it :) Thanks.
Remix (now react router v7) has much better devx and very faster development speed and much more control even without serverActions and RSC. and server actions and RSC will be coming to rr v7 in the future , so its a no brainer at this point.
Those who followed the sir and built their projects using Next.js, but did not deploy them on Vercel, may face some difficulties. Since these projects were shared on resumes, students applying for jobs might not remember where they sent their resumes. Many applicants typically apply to around 50 to 100 companies, but may only be selected by 2 or 3 companies. By the time they receive responses, their projects might no longer be functioning. This can be particularly frustrating for those who didn't go with Vercel's deployment
I upgraded my self hosted project to nextjs 15 and yeah it did break the cookie thing (it just needed await) but everything else almost worked. But pretty sure it will be a different experience for others especially if its a very big project
Im no longer interested in nextjs. Its a freaking pain in the sss to go with nextjs…. Im just waiting for tanstack start release and will migrate from nextjs asap🎉
Getting fed up by the javascript ecosystem to be honest. Javascript was already a pain in the a** but new frameworks getting dropped every week is just wild.
That's fine, however if you setup a fresh project using nextjs 15, and run npm run dev, it's throwing hydration error, an error on an empty boilerplate project that nextjs provide 😂😂😂
I guess if next 15 does the same or close to react 19, it's better to be first to market. Once you go for the framework I can assure that unless it's completely unusable, you're not changing it. I'm using it professionally everyday and I can't wait to finish this year and focus on moving the project to react or remix. What he said about the middleware it's totally true, and since it's being used for Auth, I need to do all kinds of trickery. Long story short, Middleware it's only use for i18n and that's it. A complete waste of a great pattern
sir is it true that node/express isnt good ? many tech youtuber says that it is not good. we should learn language like rust/Golang. i have learnt mern from you and i am pretty confident in this stack. once i get internship or job then i can switxh stack right ?
You should learn it, but the youtuber's say that because using js on the backend is kindof seen as a meme 😂and is not at all secure as using something else (talking about production). I'd say don't go for rust, but GO. It's a really good typed language, and is pretty secure as well. You would have to do a lot of things on your own tho, unlike express. But that's a learning process
Your patience and hard work reaching 1 Million soon Hitesh
ChatGPT did well migrating from Nextjs to Remix .... :D :P
I also shifted from nextjs to remix and it's really good and fun to use
yeah.
@@imPrathamDev same. its amazing compare to next js
why don't people start using sevlte other frameworks??!!! why they purposely choose nextjs if its such pain in.......
Marketing bro
i did! using vue and nuxt ecosystem now
@@damar1967 I believe that would've been better
True . Svelte is much more better than react
@@shreyasprabhu4892 what do you mean?
I was about to install NextJS for a side project when I came across your video on NextJS 15 being released. After watching it, I'm not sure if I should use NextJS 15 or ReactJS as I want to host it on a vps.
Please make a video about choosing the best framework for development, considering people who care about ease/dev experience more than anything. The earlier you make the video the earlier I'll start learning it :) Thanks.
Sir please bring a complete tutorial on Next js 15.
Remix (now react router v7) has much better devx and very faster development speed and much more control even without serverActions and RSC. and server actions and RSC will be coming to rr v7 in the future , so its a no brainer at this point.
just started learning nextjs...less go 🔥
🚀
🙁 Next js shadi karne say bhi zyada mushkil hote jaa raha hai
😂😂😂
😂 true !! too much updates!
Great now even framer motion is not working 😢
please upload a vlog for the event
Those who followed the sir and built their projects using Next.js, but did not deploy them on Vercel, may face some difficulties. Since these projects were shared on resumes, students applying for jobs might not remember where they sent their resumes. Many applicants typically apply to around 50 to 100 companies, but may only be selected by 2 or 3 companies. By the time they receive responses, their projects might no longer be functioning. This can be particularly frustrating for those who didn't go with Vercel's deployment
@@rahulkumarpal3279 what issues are you facing? I am also self hosting
I upgraded my self hosted project to nextjs 15 and yeah it did break the cookie thing (it just needed await) but everything else almost worked. But pretty sure it will be a different experience for others especially if its a very big project
Im no longer interested in nextjs. Its a freaking pain in the sss to go with nextjs…. Im just waiting for tanstack start release and will migrate from nextjs asap🎉
Great video!
Getting fed up by the javascript ecosystem to be honest. Javascript was already a pain in the a** but new frameworks getting dropped every week is just wild.
I really like how you teach sir, Please bring Angular 18 or latest version tutorial, Please sir 😁
I can't even get the "npm run dev" working after setting up a fresh repo based on Nextjs 15, it throwing errors, Is it ready for production ?????
what errors???
Probably the problem is your dev skills not next us
Nvidia makes me more panic 💀
Going there to get all information 😁
Reality 🎶
What is your take on Sir Remix Js?
🚨🚨🚨🚨
Sir ma Mumbai ma raha ta hu mujhe nvidia ka event ma aana ka hai toh ma kaise aa sakta hu.
Ya phir aap sa milna ho toh kaise mil sakte hai
I would like to hear your thoughts on Remix run.
the goat framework and rr v7 is around the corner 🥳🥳
@@Adityacode yeah. can't wait for that. really excited !
Nextjs 15 already started showing errors if you just try to install Clerk with it.
Saans lete hae aur kisi na kisi ka naya version release ho jata hae.
Sir please make next js full course like react
No Conference this time for Nextjs?
I'm a bit disappointed, really thought Nextjs would be at version 30 by now.
gonna be fun
cutting krai sirrr! treat tu bnti hy!!!
Ha Codes,
How to use Next.js Backend with React Native ❤
PHP latest version full course for developers please
Can't Nextjs team wait for React 19 to come out of RC label before announcing their own Framework labelling "Production Ready" ???
They can but then they have Vercel Conf planned so it was needed
That's fine, however if you setup a fresh project using nextjs 15, and run npm run dev, it's throwing hydration error, an error on an empty boilerplate project that nextjs provide 😂😂😂
@@rvndnishad I am not getting any error. IDK what's happening
I guess if next 15 does the same or close to react 19, it's better to be first to market. Once you go for the framework I can assure that unless it's completely unusable, you're not changing it. I'm using it professionally everyday and I can't wait to finish this year and focus on moving the project to react or remix. What he said about the middleware it's totally true, and since it's being used for Auth, I need to do all kinds of trickery. Long story short, Middleware it's only use for i18n and that's it. A complete waste of a great pattern
Is it pain to work with next js@@federicodiaz7280
🔥🔥🔥🔥🔥
interesting!
Sveltekit is father of Nextjs
Morning Sir
Good morning
cache
I’m breaking up with Nextjs and move on 😢
Nextjs 15 probloem is not sport dirizzle rc19
Ah now i see why chatGPT did something😂
@hitesh sir are you roasting this new update 😂😂
sir is it true that node/express isnt good ?
many tech youtuber says that it is not good. we should learn language like rust/Golang. i have learnt mern from you and i am pretty confident in this stack. once i get internship or job then i can switxh stack right ?
Why are these many?
You should learn it, but the youtuber's say that because using js on the backend is kindof seen as a meme 😂and is not at all secure as using something else (talking about production). I'd say don't go for rust, but GO. It's a really good typed language, and is pretty secure as well. You would have to do a lot of things on your own tho, unlike express. But that's a learning process
Nah, go with express, and try to build as much projects as possible
we also want tutorial for next 15 with authenticatio n system :)
cool
maybe mumbai hacks
hum pain 🥲
just use vite
and it's still as bad as N14
i didn't understand anything 😂
nextjs is too slow 💩💩💩💩💩💩💩💩
lets spread hate for nextjs
on it 👍🏻
I am the first one 🎉