Skip to main content
0 votes
1 answer
25 views

How can I get the seo of my Nuxt app from one external api, in this case strapi, and use it in my app, actually I have this, // enter code here import { getEnv } from "../src/utils"; import {...
xavi zamora's user avatar
0 votes
0 answers
132 views

I’m comparing two ways of rendering HTML structures with data from PHP + MySQL. Option 1: SSR (Server-Side Rendering) PHP builds the HTML and returns it directly: PHP: else if(isset($_POST["...
Be Always Mine's user avatar
-1 votes
1 answer
315 views

I'm building an eCommerce website using Next.js. Everything loads and navigates correctly when browsing categories or product pages using links. However, I'm running into an issue when using the ...
Sayantan Haldar's user avatar
0 votes
0 answers
127 views

I am unable to manually implement lazy-loading in the grid using client-side rendering. The reason for not using row model 'infinite' or 'server-side' is that we do not want to make changes in the ...
apurv thakur's user avatar
0 votes
1 answer
99 views

I have a Next.js website where I am using client-side features like context providers. However, I am not getting the full HTML content on the initial HTML response. Instead, the content is loaded ...
Muhammad Hossain's user avatar
2 votes
0 answers
75 views

I am new to NextJS and working on a new project in NextJS 15. I understand the difference between SSR and CSR and the benefits they have. But I am having problem. I want to create a page, that ...
TreyCollier's user avatar
1 vote
3 answers
457 views

I am new to NextJS so trying to just clarify something. I am working with NextJS 15 and in a course learnt about server side rendering and client side rendering. I am working on a page, that acts like ...
TreyCollier's user avatar
0 votes
0 answers
129 views

When I forget the password, mail sent to my gmail through nodemailer and I get this http://localhost:3000/password/reset/d325795aa2ce721f63c805b695b6e96b3dd255f4 In production the url with this domain:...
Tayyab Afzal's user avatar
0 votes
0 answers
97 views

I am trying to implement something like : <header with login related components such as showing login/logout button depending on browser content /> <server side rendered or pre rendered ...
Devasya Dave's user avatar
0 votes
2 answers
128 views

In recent versions of nextjs, one can use the use client directive to tell nextjs to render the component "in the client", instead of on the server. Digging deeper into this, its a terrible ...
Seth Lutske's user avatar
1 vote
0 answers
48 views

I am making an API using django and drf. My problem is my frontend devs doesn't want to have a ssr application, so I must have a way to protect my API so if a user figures out an endpoint, they can't ...
mostafa ghobashy's user avatar
3 votes
1 answer
2k views

When I was running the Angular application, I tried to use the following code to determine whether the Angular app is running in SSR or CSR. const platformId = inject(PLATFORM_ID); console.log('...
Terry Windwalker's user avatar
0 votes
1 answer
870 views

I am just wondering if the first of the two examples is redundant since according to the NextJS docs, Client Components allow you to write interactive UI that is prerendered on the server and can use ...
Joshua Dierickse's user avatar
1 vote
1 answer
200 views

I am building a Next.js application where I have a single common audio file and multiple text components. Each text component corresponds to a specific timestamp in the audio file. The text components ...
Mohammed Shirhaan's user avatar
0 votes
0 answers
84 views

I know this has been discussed several times but I am still lacking the information, how easily someone can mess with your authentication logic on the client side. So this is my understanding of how ...
telli's user avatar
  • 9

15 30 50 per page