Next.js 13 - SERVER and CLIENT COMPONENTS in just 5 MINUTES (2023)

preview_player
Показать описание
Learn what server and client components are in next13 and when to use them...

✨ Join My Discord Server

SUPPORT MY CHANNEL

GET IN TOUCH:

Disclaimer: This video is not sponsored

#next13
Рекомендации по теме
Комментарии
Автор

That really was well explained, thank you!

anassmachhour
Автор

Many thanks for this Next13 playlist! Great job!

sdfsfsfd
Автор

Hi, I am also trying to understand concept of client components and server component but I have a one question. Even if I use "use client" mark at the top of the component, that component is also rendered on the server? Am I right. I mean, when I check the network tab I can also see that client component. Also, when I write a console.log outside of the useEffect and inside a component which has "use client" at the top, I can see that console.log both on the server and client. Does every component is pre-rendered on the server first even if there is a "use client" mark (Client Component) ?

berkaycirak
Автор

What font-face are you using for the cursive mono? Thank you for the tutorial regardless, you really helped me.

elilemons
Автор

Thank you so much!! Please make a small full stack project using NextJS app router!!

julienheng
Автор

Has anybody experienced this "issue" with the Fast Reloading involving Client-Components?

Essentially what I have been seeing is that if im coding some client-component like user forms and make a syntax error after i fix the syntax error the fast reloading doesn't update with any subsequent changes until I refresh the actual browser window.

Whats odd is that if I repeat this same process with a Server-Component like

export default function serverComponent() => { return <h1> Hello World </h1> }

Then I break it with a syntax error and fix it, the Fast refreshing seems to work just fine without me having to manually refresh the browser

JxKILLAA
Автор

how to pass event handler callback as a props from server component to a client component?, it works like the exampe in the video, but it can't work when we pass an event handler

simpingsyndrome
Автор

real time project this error Cannot GET /api/users/register what to do

front-endinfo
Автор

Kindly do one with mpesa stk push with nodejs as backend and react redux toolkit as the frontend please

upcomingcoder
Автор

Sir make full stack website with next js

saimundev
Автор

what is the music playing in the background?

nowar