What is State & Props? in React JS

Props – Props are properties/arguments passed to the React JS Component/Function., Props values are rendered only when the page initially rendered output HTML/output. Change in Props will not be rendered dynamically in a web page. State – State are variables holding the state of the webpage.,Any change in state variables are rendered to the HTML/Output … Continue reading What is State & Props? in React JS