React Series - #3 [State]
State is an object in a component which holds some form of data relevant to the component it is created in. A State object is private to the component it is created in, It can be thought of as dynamic data managed by a component, unlike props which a...


![React Series - #2 [Component & Props]](https://cdn.hashnode.com/res/hashnode/image/upload/v1633301368195/a8wXHQJhJ.jpeg)
![React Series - #1 [ Intro ]](https://cdn.hashnode.com/res/hashnode/image/upload/v1632965037155/CKit-vRZQ.jpeg)