34 results for SSR
develwoutacause’s Twitter Archive—№ 831
can compose *another* component using some combination of SSG / SSR / CSR. Here, we have an outer component's SSR slice wrapping an inner component with SSG and SSR data.
develwoutacause’s Twitter Archive—№ 830
server starts, it loads this content and parses out the SSR placeholders. Each request invokes the SSR piece and stitches it together in the full document.
develwoutacause’s Twitter Archive—№ 1,252
a fourth execution context. 1. Build time (traditional SSG). 2. SSR of SSG pages. <-- New 3. SSR pages. 4. Client side rendering (CSR).
develwoutacause’s Twitter Archive—№ 1,249
This approach allows SSG and SSR routes to share the same implementation and evolve over time. A currently SSG route can become an SSR route just by changing the caching
develwoutacause’s Twitter Archive—№ 839
I'm still skeptical about the usefulness of intermixing SSG and SSR content on the same page. Is it that much worse to just SSR the whole page? Would you find