Next.js 14 Tutorial - 63 - Fetching Data with Server Components

preview_player
Показать описание

📱 Follow Codevolution

Fetching Data with Server Components
Рекомендации по теме
Комментарии
Автор

What if you wanted a search based on form data? Could you pass the search term in a server component to do the search and somehow be rerendered? Or you should keep the useState/local API call approach?

ktrifon
Автор

I have been watching your nextjs playlist. Could you focus on making nextjs videos coz your course is quite well explained?

aungkhantk
Автор

hello vishawas,
I have one question.
Can we use sever side rendring with redux(because it's client-side)?
I know redux toolkit support SSR but I am not getting idea how we can use.

decryptbykd
Автор

Hi I want to learn react, can I still learn your playlist on react?

zabsetu
Автор

Sir, is it possible to fetch data on the server if there are queries from user interaction? If not what is sigficance of server side data fetching as almost everything will depend on some query params?

amdadullahraihan
Автор

Can i fetch data directly from the database using server components instead of calling an API?

Every time I try, i get a tls error

fmitsinc
Автор

If a cookie holds a JWT token that I need to add the Authorization header, I can only do this fetching with a client component, as the cookie can only be sent from the client side right? Is there a way to fetch data that requires a cookie from a server component?

dzrv
Автор

what is the name of theme you are using ?

walid_baharwal
Автор

how to fetch data on server side, if i use mongoDB ?

TheMerion