Welcome back to getting to know Sitecore search. In this post, we’ll continue modifying our react ui to add a search bar, facets, sort options, and more style updates. Update Search Results Component In the previous post we used the basic search results component. But it was missing a search bar. Luckily, the sdk has […]
Posts Tagged ‘Sitecore’
Migrating Sitecore SXA themes from MyGet to NPMJS
Sitecore recently announced they are moving away from MyGet and to NPMJS for its package provider. After November 2023 the MyGet public feeds will be unavailable and any SXA themes and publishing pipelines should be updated before that time. Sitecore was unable to retain the @sxa prefix with this move and as a result, the […]
Making Sitecore Sites More Accessible and Screen Reader Friendly
Aria labels provide alternate text to adaptive technology tools such as screen readers. This helps website visitors navigate the site more accurately. One use case for aria-labels is on html anchor tags. Sitecore does not a way to manage this text by default. Follow along and I’ll show you how to modify the various link […]
Sitecore Send Full Overview
This post is an overview of a composable Sitecore Send offering – an email marketing automation solution with no code campaign automation. Sitecore Send is an intelligent marketing automation platform with thousands of global customers that offers personalized customer experiences through email campaigns, workflows, and web personalization. It aims to be a global leader in […]
Modifying Rendering Parameters in Bulk using Sitecore PowerShell
This blog will help you in modifying the rendering parameter for a rendering using PowerShell script. While working on a project, one might face a scenario where there is a need to make changes in a rendering parameter of a particular rendering. The rendering might have been used on multiple pages on a website. In […]
By Continuing to Challenge Herself, Ntasha Sharma Grows Her Career at Perficient
Meet Ntasha Sharma, Senior Business Consultant During her time at Perficient, Ntasha Sharma has grown her career and achieved many professional milestones. Perficient’s Growth for Everyone initiative encourages our 7,500 global colleagues to pursue their career goals and forge their own path. We believe it’s important to recognize and celebrate the unique accomplishments of our […]
Getting to know Sitecore Search – Part 6
Welcome back to Getting to know Sitecore Search. In my last post, we build a basic UI using jQuery. In this post, we’ll use the Sitecore Search React SDK to build a more modern UI frontend for our Sitecore Search results. Documentation At the time of writing this blog post, Sitecore has recently released updated […]
Integrate Sitecore Form into a JSS app (React/Next.js) in Headless Architecture.
Everyone is moving toward headless architecture these days and wants to take advantage of the new approach in the CMS industry to improve the CMS experience. However, in a few cases, it does not support a CMS functionality like Sitecore Form. Sitecore does not have any out of the box (OOB) component to implement Sitecore […]
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 […]
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 […]