Hey Sitecore professionals, if you have not heard about Sifon for Sitecore – you must definitely check this out. I spent a lot of time building and testing it and can say Sifon is a definite Swiss army knife for local Sitecore development in the right arms, so you’d really like to learn why. Installing […]
Posts Tagged ‘Headless’
Making Sense of Sitecore’s Headless Options
If you read my last article, the big deal with headless, you know that the big deal is performance. The architecture you get leveraging a headless architecture with Next.js front end is fundamentally superior to MVC. When you are ready to make the move to headless, you may be surprised that there isn’t just one […]
The Big Deal with Headless
Performance Matters. According to Amazon, 1 second of load lag time would cost them 1.6 billion in sales per year. Walmart says, for every second of improvement, they receive a 2% conversion increase. According to Akamai, every 100-millisecond delay in website load time can hurt conversion rates by 7%. And for every second delay in […]
Sitecore JSS Development Essentials: Graphql integration using Apollo
The Sitecore JavaScript Rendering SDK (JSS) offers GraphQL services and clients that streamline the process of querying and updating data with GraphQL. Although we can create and choose different content item resolver, for complex queries and data we can opt for Graphql. JSS applications provide various choices for utilizing GraphQL. If you’re working with a […]
Sitecore JSS Development Essentials: Use of Middleware in Next.js
Middleware serve a purpose of augmenting or modifying the request and response objects before the request reaches the actual page or API route handler. There can be instances where you want to validate if user has valid token or check if the request has valid header from security perspective or update cookies, log some information […]
Sitecore JSS Development Essentials: Error pages
Continuing my Sitecore JSS Development Essentials blog series, I will share how to handle error pages in Sitecore JSS website in this blog An error page, is an essential component of any website. It serves as a fallback page that appears when a user tries to access a specific URL that doesn’t exist or encounters […]
Optimizely CMS 12 – Content Delivery API Integration
In the Optimizely Content Management System (CMS), a headless approach is achieved using content delivery API. This handy package can get the data into JSON format using the REST API. In Single Page, Application, and content delivery, API works very well with JavaScript languages like React, Vue, and Angular. A headless system can work with […]
Local Docker Environment Setup with Sitecore 10.3 and SXA
We as developers/consultants set up our local Sitecore instances for our project developments, some are simple and easy, and some are complex and take time as you may come across errors. Now, as Sitecore is moving towards headless and containerized solutions, the way how to get local development instances up and running has changed from […]
Creating a containerized Sitecore Headless StarterKit with the latest Next.js SDK and Headless SXA
Many of you who want to start a headless solution come into a situation where there is a lot of information available and it is difficult to identify which approach to take. Sitecore features decent documentation, but it covers only part of a desired solution and is segmented. This post will address the problem and […]
XM Cloud Components with data from Content Hub One with zero code: what a boost of productivity!
Amazing how these two play so well together! XM Cloud Components app brings a new revolutionary approach to building your pixel-perfect UI, with a rich toolset that covers almost any needs. With a Datasource feature, it can consume data structures of any complexity and so easily map fields from it to your bespoke front end. […]
Making Sense of Sitecore’s Content Management System Offerings
When Sitecore announced their Cloud Offerings at Sitecore Symposium in October 2022, It crystalized their composable strategy in providing separate product offerings that were each best of breed but could be better together. When you look at Engagement Cloud and Commerce Cloud, with products that have clear capabilities with little cross over, that strategy is […]
Not just Next.js! Making XM Cloud work with .NET Core Headless Renderings
Next.js is a wonderful framework and paired with its vendor platform (Vercel) it indeed provides exceptional capabilities for building natively headless applications. That unfortunately shadows out another great SDK for headless implementations – .NET Core Renderings, which in my opinion is undervalued. So, I decided to give it some more care by making it work […]