Questions tagged [client-side-rendering]

26 questions
12
votes
2 answers

CSR vs SSR vs Pre-render, which one should I choose?

Currently, my project has two parts, one is before login, and one is after login.  What I want to achieve is, before login needs to be fast and SEO friendly, should I choose pre-render or SSR? And after login, we can choose CSR (so the client is…
2
votes
1 answer

SharePoint 2013 - overriding fields with JavaScript

Recently I've been assigned to set up a few simple changes to SharePoint site. Few initial conditions: - it's sharepoint 2013 - it should be implemented with JS - I have basic knowledge of JS and no experience with SharePoint whatsoever I have a JS…
1
vote
0 answers

What would be different behaviour and result on different values of page options and their combination in Sveltekit?

Sveltekit provide 3 page options givent https://kit.svelte.dev/docs/page-options prerender csr ssr These are the possible cases Taking one at a time e.g. where we are setting export const prerender = true; or export const prerender =…
1
vote
0 answers

To findout CSR, SSR in next.js

I'm using package.json "next": "13.0.6", "react": "18.2.0", "react-dom": "18.2.0", Case 1 const [domLoaded, setDomLoaded] = useState(false); useEffect(() => { setDomLoaded(true); }, []); ... {domLoaded && ( <> …
1
vote
1 answer

Single Product in Nuxt page in nuxt

I am new to Nuxt and trying to make a Single Product. I wonder: How is it possible to generate multiple pages in SSR and can create a new HTML for each page? Is CSR should be created first and then the SSR made or vice versa? If Vuex is used and a…
1
vote
0 answers

ReactJS props: not all props are displaying in the component when it is rendered by the parent component

I created a custom