Answers for "react props and state"

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

Browse Popular Code Answers by Language