hd

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

1/3

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.

4 Terms

1
New cards

What is ReactJS?

ReactJS is a JavaScript library for building user interfaces, primarily for single-page applications.

2
New cards

What are components in React?

Components in React are reusable, independent pieces of UI that can manage their own state.

3
New cards

What is JSX?

JSX (JavaScript XML) is a syntax extension for JavaScript that allows writing HTML-like code within JavaScript.

4
New cards

What is the purpose of state in React?

State in React is an object that determines the rendering and behavior of a component.