Showing posts with label Sitecore Jss. Show all posts
Showing posts with label Sitecore Jss. Show all posts

Thursday, 30 October 2025

Avoiding React Hydration Warnings When Rendering Sitecore Dynamic Placeholders

If you’re working with React and Next.js — especially with Sitecore JSS — you might have run into a confusing warning like this:

“This Suspense boundary received an update before it finished hydrating.”

It sounds scary, but it basically means React got confused while it was trying to “wake up” the server-rendered HTML and make it interactive on the browser.

In this post, I’ll explain what hydration means, why this error happens, and how I fixed it when rendering Sitecore placeholders inside a React component.

Friday, 15 August 2025

Sitecore Search :: API Crawler Pagination

 I've been working recently on my first Sitecore search project, finally i got a chance to work on this amazing product by Sitecore, I dealt with different sources types, and once of the challenges I got is to deal with paginated APIs that we need to index its data, in this blog post I will walk you through how you can index data from all pages, interested, keep reading!!