Blog

Insights, tutorials, and ideas...

All Posts

Use of Props
2 MIN READ

Use of Props

Use of PropsProps stands for properties.They are used to pass data from a parent component to a child component.👉 Props make components dynamic, reusable, and

Abhijeet Singh Rajput Profile Photo
Abhijeet Singh RajputAuthor
UseState
4 MIN READ

UseState

UseStateThe React useState Hook allows us to track state in a function component.Another Words useState is a React Hook that lets you add a state variable to yo

Ashutosh Kumar
Ashutosh KumarAuthor
Deep Dive in Hook
4 MIN READ

Deep Dive in Hook

React HooksHooks let you use different React features from your components. You can either use the built-in Hooks or combine them to build your own. This page l

Divya Sachan
Divya SachanAuthor
Practice questions of useState
2 MIN READ

Practice questions of useState

Practice questions of useStateBelow are useState coding practice questions from easy → advanced. Try to build each one yourself.Easy Level-1. Counter AppCreate

Ashutosh Kumar
Ashutosh KumarAuthor
Use of ref
1 MIN READ

Use of ref

What is ref in React?A ref is a way to directly access a DOM element or store a mutable value that does NOT cause re-render when it changes.In modern React, we

Divya Sachan
Divya SachanAuthor
#how a web browser works
3 MIN READ

#how a web browser works

🌐 How a Browser Works: A Beginner-Friendly Guide to Browser Internals:👉 What actually happens after I type a URL and press Enter?Most beginners think:“Browser

Abhijeet Singh Rajput Profile Photo
Abhijeet Singh RajputAuthor
Day -1
2 MIN READ

Day 1 of Learning React

Day 1 of Learning React: My First AppToday marks the beginning of my React journey, and I built my very first app! 🎉 Let me walk you through what I learned, th

Ashutosh Kumar
Ashutosh KumarAuthor