How to properly use API calls for a id based Dashboard?
I work on a order based overview based on the ID.
How to properly use API calls for a id based Dashboard?
I work on a order based overview based on the ID.
How to properly use API calls for a id based Dashboard?
I work on a order based overview based on the ID.
How to properly use API calls for a id based Dashboard?
I work on a order based overview based on the ID.
How to pass and store a value from a Server Component to a parent Client Component in Next.js 14?
I’m working with the latest version of Next.js (version 14) and have a scenario where I’m using both Server and Client Components.
How to pass and store a value from a Server Component to a parent Client Component in Next.js 14?
I’m working with the latest version of Next.js (version 14) and have a scenario where I’m using both Server and Client Components.
Trigger server action from select component
I have a server component and I want to submit my select element value to a server action.
is it possible to do that in following setup or do I need a client component for this? thanks
My login route layout still shows root layout components in nextjs 14?
I’m new in nextjs (App router).
In my root app/layout.tsx I have sidebar and header components which should be available for all other pages:
How do I use an html or jsx file (string) from the api with React or NextJS?
I have a NextJS project, admin page is available. On the admin page, there is data from my application and I can edit this data, a data that I can edit is an object related to the home page, htmlBody. I fill this htmlBody value with an html editor (ck editor etc.). But I can only fill html, what I want is to paste a react component into this editor as it is and use it in react. I want to import and use this value from the api. Sorry if I didn’t explain it properly, can you help me please
How can I show a loader until the DOM is fully ready in Next.js 14 APP router? [closed]
Closed 2 days ago.