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”

Learn React JS in 5 minutes

What is React JS ? React is a Javascript library for creating User Interfaces. Simple For Interactive UI designs. Efficiently update the screens & render UI components with dynamic data from server. What is Single Page Application? In a Web Page, dynamic data will be loaded from server to page, without reloading the entire page., … Continue reading “Learn React JS in 5 minutes”