Developer advocate, software developer, movie lover, music listener, pizza eater, meat smoker

Posts tagged with: Nextjs

Introducing the Sitecore Discover JavaScript SDK - Part 2 Components

Thursday, May 11, 2023

This post is the second in a two-part blog series, introducing a brand-new JavaScript SDK for Sitecore Discover. In this second part, we'll dive into the component model provided by the SDK and show the different ways you can leverage Discover data in your React application.......

Introducing the Sitecore Discover JavaScript SDK - Part 1 Events

Thursday, May 4, 2023

In this two-part blog series, I'll be introducing you to a brand-new JavaScript SDK for Sitecore Discover. In this first part, we'll dive into the different implementation options for Sitecore Discover, explore the JavaScript SDK, and discuss its eventing model.......

Using Styled Components with NextJs

Tuesday, February 21, 2023

I've recently been working with a new JavaScript SDK for Sitecore Discover which is going to be released soon. This is a React library which provides a series of prebuilt components designed to enable people to up and running with Sitecore Discover as quickly as possible.......

How to implement the WebFinger Protocol on a NextJS site

Tuesday, December 20, 2022

With all the craziness that’s been happening over at Twitter recently, I’ve been taking a look at Mastodon. It’s similar to Twitter, but at the same time very different as well. One of the things that Twiter does well, which Mastodon struggles with a bit, is user discoverability.......

Nextjs v11 - ENOENT: no such file or directory when deployed to Vercel

Tuesday, October 5, 2021

Earlier today I made a few updates to the site you're ready this blog on now. Nothing too major, but one of the things I decided to do was to bump my current Nextjs version from the version I was on previously v10.0.6 to the current latest version v11.1.2. This was super simple to do complete and everything fine in my local. I pushed it out to production, and it was then things got interesting.......

Next.js Incremental Static Site Regeneration and Apollo GraphQL Caching

Friday, March 12, 2021

I’ve recently been working on a project built using Next.Js & Apollo GraphQL to pull data out of Sitecore Experience Edge for Content Hub. I’ve really enjoyed working with these technologies but ran into something that stumped me for a while the other day.......

How to set the Experience Edge Auth Token with Apollo GraphQL

Wednesday, March 3, 2021

So if you've been looking through the SDK provided with both Sitecore Experience Commerce 8.2.1 and new release Sitecore Experience Commerce 9......

Top Tags