Summary
Full Transcript
In this lecture, we will take a look into the introduction to React JS. React is an open-source JavaScript library for building user interfaces. React is a project created and maintained by Facebook. React has a component-based architecture. This lets you break down your application into small encapsulated parts that can be composed to make a more complex UI. React creates a VIRTUAL DOM in memory - Instead of manipulating the browser's DOM directly, React creates a virtual DOM in memory, where it does all the necessary manipulation before making the changes in the browser DOM. Udemy course: [NEW] Full-Stack Java Development with Spring Boot 3 & React Course link: https://www.udemy.com/course/full-stack-java-development-with-spring-boot-react/?referralCode=86222EF6D33E4738963E React JS Tutorial Playlist: https://youtube.com/playlist?list=PLGRDMO4rOGcP7g6vOaLhS7WxVV9ypao08&si=cO58tGokoNxzX75s
