State
-
Jun- 2020 -5 JuneReact Js
State Vs. Props
Props Props is short for properties and they are used to pass data between React components. React’s data flow between…
Read More » -
5 JuneReact Js
React State
A state is a javascript object similar to props that have data to be used with the reactjs render. The…
Read More »