React Tutorial: #1 - Introduction to React JS

Опубликовано: 17 Август 2024
на канале: Java Guides
2k
112

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:

React JS Tutorial Playlist: