Skip to content
Home » Sitecore SXA Headless Development

Sitecore SXA Headless Development

How To Install Storybook And Tailwind CSS in Sitecore Jss With Headless NextJs XM Cloud

  • Prem 
  • 2 min read

1ST STEP : npx storybook@latest init  run this command 2nd STEP : How to launch storybook npm run storybook  run this command 2. Install tailwind CSS 1ST STEP : npm install -D tailwindcss postcss autoprefixer        Run this command 2nd STEP : npx tailwindcss init… 

SITECORE FORM IN HEADLESS

  • Prem 
  • 2 min read

INTRODUCTION: Sitecore Forms is a powerful tool that allows you to create and manage forms within the Sitecore Experience Platform. With the rise of headless architectures and the need to decouple front-end development from the backend CMS, there is a growing demand for integrating Sitecore… 

HEADLESS CONTENT RESOLVERS

  • Prem 
  • 3 min read

Introduction In the Sitecore content management system (CMS), rendering content resolvers play a vital role in delivering dynamic and personalized content to renderings within a website. Sitecore provides a variety of built-in content resolvers that allow developers to retrieve content from different data sources, such…