Mastering Props and State in Reactjs
All about Props and State..
Why do we need props and a state?
→ In real-time applications, Components must deal with dynamic data.
→ Data could be something internal to a component or maybe passed from another component. So to bind the data to the c...
rahul319.hashnode.dev5 min read