Skip to main content

Posts Tagged ‘Next.js’

XM Cloud JumpStart

Perficient XM Cloud JumpStart

Perficient’s XM Cloud Jumpstart helps existing Sitecore customers who want to adopt XM Cloud create and execute a plan to move their MVC solutions to XM Cloud using Next.js and React or rapidly implement a greenfield solution according to the best industry standards from scratch. Regardless of your starting point, JumpStart delivers a better experience […]

Next Js

File Based Routing in Next.js

Next.js is a framework for building web applications built on top of React. Everything we can do in React we can also do in Next.js – with some additional features like routing, API calls, authentication, and more. We don’t have these features in React. Instead, we must install some external libraries and dependencies – like […]

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 […]