Answers for "state and props"

5

state and props

What is the Props
Props is short for properties and they are used to pass data between React components. React’s data flow between components is uni-directional
wt is State
which allows components to create and manage their own data
Posted by: Guest on November-21-2020

Code answers related to "state and props"

Code answers related to "Javascript"

Browse Popular Code Answers by Language