I can't wait for new videos, this is the BEST Next.js tutorial. Iit would be great if you make a video about authorization and how to deal with JWT in next.js (both on server and client). Thank you for your work!
@medstoz8 ай бұрын
I am blessed to be among the first few to watch these... Thank you for your simplicity...
@joaomozelli4 ай бұрын
Thank you! For the first time I understood this. Thank you.
@deshmukhsomesh73068 ай бұрын
you are back , now the learning begins😎😎
@RafshanulHoqueSiam8 ай бұрын
show an example using usestate and that state will be store in cookies or localstorage in context provider. that would be very helpful indeed .. thanks for making awesome videos
@haaramarsch82778 ай бұрын
THANK YOU, I just needed this now for a project lol
@mahmoudfarghly29708 ай бұрын
Thanks so much for this, we hope you complete the whole course
@Tommy-km4wo8 ай бұрын
Where can I find the next one? Thank you for the awesome breakdown.
@om17196 ай бұрын
Absolutely amazing work! Gratitude! thank you!
@oovoo19955 ай бұрын
this is gonna make the entire app client side render
@frankb5728Ай бұрын
No, it will not, you can still include SSR components and he improves on that by creating a component specifically for the provider. I don't like that teaching style but eh.. it's free
@rohitumadi95448 ай бұрын
thank you very much for this course.
@surajprincet2016 күн бұрын
Suppose I have use context data in header component then header component will be client side rendered component. It means wherever we use the context data it will become client side component. Is my understanding correct?
@Confidencerobionsion4 ай бұрын
❤ I needed this
@Code-sz9db8 ай бұрын
It's awesome video as always. But can you please make a video showing how to pass variable value or any data from child client component to parent server component and receiving and passing the same data to other client and server child components. And please explain about serialized VDOM because it is so confusing when it comes to passing data between client and server component.
@glagokulanutube6 ай бұрын
Awasome man. Nice Work. In addition can you provide us, video for update contex value from child component???
@aminda68626 ай бұрын
great ! thanks a lot
@Squarit18 ай бұрын
Hi, could you make rxjs tutorial with React and more advenced use of MUI with TypeScript with datagrid and others :)?
@omokaroelliot19427 ай бұрын
Am a professional in mui and nextjs
@zcythe-z6u6 ай бұрын
wouldn't using context like this render your entire app on the client rather than the server?