nextjs

Migrating from React to Next.js in a Sitecore World: Overcoming the Component Factory Hurdle
Migrating a React-based Sitecore application to Next.js can unlock powerful server-side rendering and modern performance benefits—but it also presents unique challenges. In this post, we dive into how Sitecore’s default component factory generation can unintentionally inflate your rendering list, turning each subcomponent into a standalone element. You’ll learn why this happens and how to implement a custom script that respects your existing folder structure. By doing so, you can keep your code organized, prevent confusion in Sitecore, and ensure a seamless editorial experience.

Engineering spotlight: Building a headless WordPress site
Learn why our development team chose to build a headless WordPress demo site as well as the technical ins and outs of how it came to life.