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...
codepadawan.hashnode.dev3 min read