Thursday, August 2, 2018

React States - Day Six

In React, each component has a state. A state is an object with values. It determines components rendering and behavior. Used when a component needs to change independently of its parent. Components with the state have more complexity.

source https://www.c-sharpcorner.com/article/react-states-day-six/

No comments:

Post a Comment