Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.5K+ articles
Python
19.6K+ articles
Misc
7.7K+ articles
ReactJS
3.3K+ articles
React-Hooks
130+ articles
React-Redux
107+ articles
MERN-QnA
90+ articles
ReactJS-Component
39+ articles
React-Props
13+ articles
ReactJS-State
8 posts
Recent Articles
Watchers in React
Last Updated: 23 July 2025
In React, a "watcher" refers to a mechanism that observes changes in component state or props and triggers specific actions in response. React achieves this through its co...
read more
Web Technologies
ReactJS
React-Hooks
React-Props
ReactJS-State
How to manage global state in a React application?
Last Updated: 28 April 2025
Global state refers to data that is accessible across multiple components in a React application. Unlike the local state, which is confined to a single component, the glob...
read more
Web Technologies
Picked
ReactJS
React-Questions
ReactJS-State
State in React Functional Component
Last Updated: 23 July 2025
State in React functional components refers to a way of managing data that influences the rendering and behavior of components. Unlike class components, where state is man...
read more
Web Technologies
ReactJS
ReactJS-Component
ReactJS-State
MERN-QnA
State Management in React â Hooks, Context API and Redux
Last Updated: 25 June 2026
It is the way an application stores, updates, and shares data between components so the UI stays consistent and responsive. It helps React apps handle everything from simp...
read more
Web Technologies
ReactJS
React-Redux
React-Hooks
ReactJS-State
Re-rendering Components in ReactJS
Last Updated: 19 May 2026
In ReactJS, re-rendering occurs when React needs to update the app with new data or when a componentâs state or props change. React compares the updated component with the...
read more
Web Technologies
ReactJS
Blogathon
Blogathon-2021
React-Questions
ReactJS-State
How to Send state/props to Another Component in React with onClick?
Last Updated: 23 July 2025
Thepropsandstateare the main concepts of React. Actually, only changes in props and/ or state trigger React to re-render your components and potentially update the DOM in ...
read more
Web Technologies
Picked
ReactJS
React-Props
ReactJS-State
ReactJS State vs Props
Last Updated: 05 August 2025
In React, State allows components to manage and update internal data dynamically, while Props enables data to be passed from a parent component to a child component. Under...
read more
Web Technologies
ReactJS
React-Props
ReactJS-State
ReactJS State
Last Updated: 15 January 2026
ReactJS State is a built-in object used to store and manage data that changes over time in a component. It allows React components to respond dynamically to user actions a...
read more
Misc
Web Technologies
ReactJS
ReactJS-State
✕