Sitecore XM Cloud multisite styling
January 17, 2024
—☕️ 4 min read
How do you conditionally render a stylesheet based on the active SXA site
January 17, 2024
—☕️ 4 min read
How do you conditionally render a stylesheet based on the active SXA site
August 31, 2023
—☕️ 4 min read
My frontend stack in 2023, what are my choices and the reasoning behind them
August 25, 2023
—☕️ 2 min read
When a Sitecore JSS Next.js project grows, performance on local develop can suffer easily. Let's see how running your project in WSL can help.
February 22, 2023
—☕️ 2 min read
Azure Static Web Apps creates automatically a domain like "blue-river-096abc21e.2.azurestaticapps.net", how can you block this domain on a Hybrid Next.js implementation?
January 8, 2023
—☕️ 1 min read
By default assets from the public directory have no cache headers set. Usually you have assets that never change and are quite large in this directory. It's worth fixing this.
November 27, 2022
—☕️ 1 min read
To create an underline transition on multiline text links, one solution is to use a pseudo element with a background. This can be further customized with tweaks to the animation flow. Here is an example using React and extending the MUI Link component.
October 26, 2022
—☕️ 5 min read
Azure Static Web Apps now support non-static features of Next.js, including Incremental Static Regeneration and Server Side Rendering. Learn more about the steps taken to deploy a Sitecore JSS Next.js project to Azure Static Web Apps, including working around problems encountered.
October 10, 2022
—☕️ 3 min read
Yes, you can still run Sitecore JSS Next.js on Azure Functions without Vercel. This can be done with custom Azure Functions and a Azure storage account with a YARP proxy in front of it.
October 2, 2022
—☕️ 1 min read
To help keep non-JavaScript developers from encountering issues when making changes to a React rendering, a simple npm task can be added to the project's package.json file to automatically format typescript using Prettier and ESLint rules. This keeps the code consistent without requiring additional tooling to be installed.
September 26, 2022
—☕️ 6 min read
I recently worked on a headless project with Sitecore, the way of working I choose there worked really well in my opinion. In this post, I like to talk about the choices I made and how they helped the team create a good workflow.
April 5, 2022
—☕️ 1 min read
Last year the I spent time getting Sitecore JSS Next.js to work on Azure but encountered issues when updating to Next 12 and with Azure functions v4. I wonder if it's worth maintaining custom hosting solutions for Next.js.
November 27, 2021
—☕️ 2 min read
One way of doing this
November 23, 2021
—☕️ 5 min read
Consuming external GraphQL API
October 27, 2021
—☕️ 4 min read
Steps required
October 15, 2021
—☕️ 4 min read
Deploy Azure Functions directly to File Share
October 13, 2021
—☕️ 6 min read
How to set up a Next.js custom server hosted on Azure Functions
February 11, 2021
—☕️☕️ 9 min read
With 2 easy fixes
January 21, 2021
—☕️ 1 min read
Using stencil & vscode
November 12, 2020
—☕️☕️ 8 min read
By disabling a big part of sxa...
February 15, 2020
—☕️ 6 min read
Let's investigate apollo federation first
September 16, 2019
—☕️ 4 min read
Using rollup to create transpiled code
June 21, 2019
—☕️ 2 min read
Fix this azure devops bug with some fiddler hackery