title

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

What is React?

React is a JavaScript library for building user interfaces, particularly for single-page applications.

2
New cards

What are components in React?

Components are the building blocks of a React application, encapsulating parts of the UI and managing their state.

3
New cards

What is JSX?

JSX is a syntax extension for JavaScript that allows writing HTML-like code within JavaScript to describe the UI.

4
New cards

What is the virtual DOM in React?

The virtual DOM is an in-memory representation of the real DOM that React uses to optimize rendering performance.

5
New cards

What is React?

React is a JavaScript library for building user interfaces, particularly for single-page applications.

6
New cards

What are components in React?

Components are the building blocks of a React application, encapsulating parts of the UI and managing their state.

7
New cards

What is JSX?

JSX is a syntax extension for JavaScript that allows writing HTML-like code within JavaScript to describe the UI.

8
New cards

What is the virtual DOM in React?

The virtual DOM is an in-memory representation of the real DOM that React uses to optimize rendering performance.

9
New cards

What is state in React?

State is a JavaScript object that represents the part of the component that can change over time, allowing React to manage dynamic data.