This is a great example of the “best and worst things” about Next.js Btw, hope you still keep that Telecaster around Sam 😉 Cheers and thanks for the awesome content!
It's great! I also like using React on it's own for SPAs. They're all great and all come with their own upsides and downsides and confusions. You just gotta make sure you're really competent with at least one so you can actually build a full app when you need to.
I installed the latest versions of everything before shooting the video and there’s definitely still issues when you don’t host with vercel. Might be a system issue or something else.
Bruh, just move to Qwik, you just write normal react and everything will render on the server with no worries about what will render on the server and what will render on client. Qwik is more developer friendly, way faster… its just Qwik!
it's seriously very confusing... i cannot use useState on both server and client components.. i cannot even distinguish which one is which.. react is so garbage
Nice introduction! the 'server-only' library is also used in Nextjs itself.
I feel like there should be a better solution, but it's better than nothing
Sir, the quality of your videos are awesome and the explanations are simple
Thanks for the quality content😊
This is a great example of the “best and worst things” about Next.js
Btw, hope you still keep that Telecaster around Sam 😉
Cheers and thanks for the awesome content!
Had this same issue some days back, I was so upset that I deleted the entire code and started over 😢
Thanks man
Thats not the first time i've heard of someone doing that this week
so basically, dependency injection is the only way for all client components.
bro your moustache is fire 🔥
Thank you 🤗
😆
I thought you don’t need to add “use server” as that’s the default ?! 4:25
you need to add it to server actions.
Also, remember that if you import anything into a client component, it becomes client by default.
Do you have a course on udemy for next.js?
What's your thoughts on Remixjs?
It's great! I also like using React on it's own for SPAs.
They're all great and all come with their own upsides and downsides and confusions. You just gotta make sure you're really competent with at least one so you can actually build a full app when you need to.
5:38 this has been fixed already in 14.0.3
I installed the latest versions of everything before shooting the video and there’s definitely still issues when you don’t host with vercel. Might be a system issue or something else.
Bruh, just move to Qwik, you just write normal react and everything will render on the server with no worries about what will render on the server and what will render on client. Qwik is more developer friendly, way faster… its just Qwik!
just don't use next as backend, only as SSR
it's seriously very confusing... i cannot use useState on both server and client components.. i cannot even distinguish which one is which.. react is so garbage
Not react, but next js
omg thx
...or you could use htmx 😏