Roshan kc
Roshan

Roshan

Follow
homeReactjs100 seconds paperProjectsConceptsbadges
Series

Ten-day Reactjs

I will discuss Reactjs from scratch in this series for 10 days. This series will be for beginners who have intermediate-level experience with javascript, HTML, and CSS.

Articles in this series

Introduction to React.js | Installation, JSX, and Custom Components - Day 1

Sep 5, 20227 min read

Learn how react works and how you create your own components of the desired name on react to increase reusability and composability. · Reactjs is a...

Introduction to React.js | Installation, JSX, and Custom Components - Day 1

Reusable components with Props in Reactjs | Props passing - Day2

Sep 8, 20228 min read

We will learn, what are props, different ways of passing props, and how they help to make reusable components. · In our previous article, we learned how...

Reusable components with Props in Reactjs | Props passing - Day2

Different ways to passing props and mapping in Reactjs - Day 3

Sep 9, 20225 min read

We will learn how we can map over data to create components of our choice. Then we will check some ways to pass or receive props. · Props are a great way...

Different ways to passing props and mapping in Reactjs - Day 3