Skip to main content
0 votes
1 answer
29 views

React Query Server Side Rendering

I have been using react query and next.js , I need to know how can achieve server side rendering using react query, I can achieve with this using normal fetch or axios in the server side components, ...
arjun tv's user avatar
0 votes
0 answers
35 views

Is it possible to use the AngularNodeAppEngine and dynamically provide the CSP nonce to Angular?

I'm using Angular SSR (@angular/ssr) with the AngularNodeAppEngine for server-side rendering. I\ve set up a strict Content Security Policy (CSP) that requires using nonces for inline scripts and ...
Stan van Heumen's user avatar
2 votes
0 answers
33 views

Can´t prerender on build

I have just set up a very basic test Angular 19 app with SSR, but I keep getting the following error message when I use the Prerender Rendermode and I build the app (ng build): ERROR re [Error]: ...
user1625551's user avatar
0 votes
0 answers
22 views

Astrojs static vs SSR when dealing with pages calling endpoints

I've noticed that with Astrojs it appears that the page setting is dominate when it comes to executing a request as static or SSR. What I mean by this is: If page is marked static and endpoint is ...
Robert Kendrick's user avatar
0 votes
0 answers
24 views

Integrating Lit with Next.js SSR — How are others approaching “client islands” vs full SSR?

Our team is exploring how to best use Lit components within a Next.js App Router setup where most pages are server-rendered (SSR) by default. I understand that mixing Server and Client Components in ...
James Likely's user avatar
1 vote
1 answer
66 views

Is it legal to use `sr-only` classname in tailwind?

I faced problem that some of my internal page doesn't have connection of link and google bot can not find that pages. so I want to make it detectible by adding sr-only component in page ( that page is ...
dan kim's user avatar
  • 11
0 votes
0 answers
109 views

How to prevent exposing real data in AJAX response (SSR vs CSR) and instead return opaque tokens?

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
0 votes
0 answers
46 views

How does Blazor stream rendering actually work?

I'd like to know how Blazors stream redering actually works. If I use SSR Blazor and the [StreamRendering] attribute, the HTML produced is sent down to browser in chunks. As I understand these chunks ...
Erik Z's user avatar
  • 4,822
1 vote
0 answers
57 views

AngularNodeAppEngine SSR build with NX and Webpack

We have an Angular application with SSR that has some custom webpack configuration. We use NX to build it, with the executors @angular-builders/custom-webpack:browser and @angular-devkit/build-angular:...
Kricket's user avatar
  • 4,199
0 votes
1 answer
46 views

Next.js 14 App Router: Page works fine after restart, but product filters cause timeout after leaving app idle

I'm building an e-commerce site with Next.js 14 (App Router) and React 18. Website: https://parfumedeparis.az The issue The problem happens only on this page: https://parfumedeparis.az/az/store?page=...
Asgar's user avatar
  • 449
1 vote
0 answers
67 views

New AngularNodeAppEngine doesn't return 404 status code

I'm on Angular v20.2 using the new SSR API to define how my routes should be rendered. I've also switched to the new AngularAppNodeEngine as seen in the docs. server.ts: import { AngularNodeAppEngine, ...
Chrillewoodz's user avatar
  • 28.4k
0 votes
1 answer
47 views

Setting theme via config Vs. --theme (New template system)

I have this in hugo.toml theme="r-hugo-theme" and this folder structure: I'm trying to follow the new template system: https://gohugo.io/templates/new-templatesystem-overview/ I get the ...
pleasebenice's user avatar
3 votes
0 answers
97 views

Visual Studio Code does not recognize @angular/ssr modules, but the component is already installed

I'm using Visual Studio Code for an Angular 17 web app. I'm trying to implement Server Side Rendering. The module @anular/ssr is already installed, but the relative imports: import { RenderMode, ...
Rosario Di Mari's user avatar
0 votes
1 answer
106 views

how client:load and client:only="react" differs in SSG and SSR of astro?

I understand the SSG and SSR mode in astro and when to use them. We use SSG where dealing with static pages and SSG offers faster speed due just serving prerendered code. We will use SSR when we are ...
Siranjeevi K's user avatar
0 votes
1 answer
113 views

Next.js (App Router) – SSR with Axios & Cookies, CSR vs SSR API calls, and State Management Confusion

’m building a flight booking system in Next.js (App Router) and I want to use Server-Side Rendering (SSR). However, I’m running into some issues with API calls, cookies, and state management. What I’...
Muskan wbst's user avatar

15 30 50 per page
1
2 3 4 5
329