Styling the components

Styling is the very fundamental requirement of any website. Without styles, your website looks ugly. And React application is no exception. In React, there are different ways we can apply styles to components. In Next.js: _app.tsx Next.js is the React Framework for the Web by Vercel. The _app.tsx is the root component where we can […]

Components and JSX

In React, Components are the basic build blocks, one of the core concepts. We build user interfaces (UI) through components. React lets us combine the markup, CSS, and JavaScript into custom “components,” reusable UI elements for your app. Similar to HTML tags, you can use components like the following to design the pages. A React […]

JSS Architecture brief

The JSS is part of the headless development suite of Sitecore products, which allows modern development workflows for producing applications and systems which follow the Jamstack architecture. Applications developed with JSS consume the content, and personalization, from Sitecore, delivered through Sitecore Headless Services or Sitecore Experience Edge for XM. The JSS also consumes data from […]