Description: “Perfection is unattainable, but if we chase perfection we can catch excellence.” ― Vince Lombardi
“Perfection is unattainable, but if we chase perfection we can catch excellence.” ― Vince Lombardi
View My GitHub Profile
React , which is known as ReactJS or React.js , is a Javascript library for building user interfaces. As a frontend library, React dynamically updates components on its virtual Document Object Model (DOM), and reflects these changes on actual broswer’s DOM. Therefore, React is a popular choice in building single page application , where websites interact with users by dynamically updating the currect page rather than loading an entirely new page.