Knowledge Check: State the concept - React Basic
In React, can state be considered data?
Yes
No
In React, can props be considered data?
Yes
No
Choose the correct statement.
The props object represents data that is external to a component, and state represents data that is internal to a c...