Skip to main content

Posts Tagged ‘Next.js’

Next

How to disable Server-Side Rendering in Next.js

SSR in Next.js Next.js has become very popular recently because it is built on top of React. In addition, it has out-of-the-box features that are sometimes redundant to implement on React applications like server-side rendering, image optimization, Routing, and API Routes. Not like a typical React app, Next.js supports SSR out of the box. This […]

Connection

Connecting Sitecore CDP to Next.js website

Quick introduction Sitecore CDP stands for Sitecore Customer Data Platform. This is a quote from Sitecore documentation: A Customer Data Platform is packaged software that creates a persistent, unified customer database that is accessible to other systems. In nutshell it tracks customers’ data across all channels, and later this data can be used to run […]