Saad Patelsaadpatel.hashnode.dev·Feb 8, 2024Easily set up multi-theming in Sitecore JSS using Next.js and Tailwind CSS (Part 1)Multi-theming refers to the ability to switch between different visual themes within an application. Themes can include changes to colors, typography, spacing, and other styling elements. This article will provide step-by-step guidance on configuring...Discuss·11 likes·404 readsmultitheming
Saad Patelsaadpatel.hashnode.dev·Feb 8, 2024Easily set up multi-theming in Sitecore JSS using Next.js and Tailwind CSS (Part 2)In this article, we will explore the implementation of multiple themes within a single source code. Our approach to achieving multi-theming relies on React's context feature. To accomplish this, we encapsulate the entire application within the theme ...Discuss·2 likes·91 readsmultitheming