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.
- Components and JSX
- Styling the Components
- Props and State
You can refer to the Github repo react-by-examples for the code samples I’m preparing for this series.