Customizing the Sitecore’s Mssql-Init Image to override the default Database Names

In this post, I will be explaining how to customize the default ‘mssql-init’ image to change the default sitecore database names. For this, in my Sitecore Helix example forked version, I have upgraded the sitecore version from XM 10.1 to XM 10.2. You can follow the instructions to up the docker containers locally from theContinue reading “Customizing the Sitecore’s Mssql-Init Image to override the default Database Names”

Using SWR Library in Sitecore Headless Next JS Apps for data fetching

For any web application, the data fetching logics are essential and it always has some constant improvements from normal Ajax requests to some modern techniques like axios, fetch, request in the way how the remote data are fetched for a component to work. In this post, we will be seeing how to use the awesomeContinue reading “Using SWR Library in Sitecore Headless Next JS Apps for data fetching”

Component Level Data Fetching using GraphQL in Next Js Applications

Overview There may be a scenario where we have to fetch the component data within the component itself like a Product Grid etc., Because we may want to have this components to behave independently and to have it less coupled from the page level data. With this in mind, the Component Level Data fetching wouldContinue reading “Component Level Data Fetching using GraphQL in Next Js Applications”