Jatin Prajapati's Blog

Some little contribution to Sitecore community

React by examples

In this series, I’m presenting different fundamental concepts of React framework. I’ve prepared the Next.js-based application for simplicity and showcased the React concepts by implementing various components.

You can consider this as the prerequisite learning for the JSS development.

I assume you have a basic working knowledge of JavaScript, TypeScript, and some programming fundamentals.

  1. Components and JSX
  2. Styling the Components
  3. Props and State

You can refer to the Github repo react-by-examples for the code samples I’m preparing for this series.