example for creating state in react

React.js – What is State ?

Hey guys 👋🏻, In this post, let us cover an introduction to State in React.js. For this post we will understand✔What is State in React ?✔ Example for creating State in React.✔ Accessing the State✔ Using setState and understanding its pitfall. ✔ Using setState with callback to resolve the pitfall. Introduction to State Every component…