React is a UI library that represents the view of an app as a function of state. This means whenever the state changes, React will run our component function with the intention of updating the view. In order to do so, React expects our component to b...
sakshichaudhary.hashnode.dev4 min read
No responses yet.