1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is ReactJS?
ReactJS is a JavaScript library for building user interfaces, primarily for single-page applications.
What are components in React?
Components are the building blocks of a React application, encapsulating the structure, behavior, and styling of portions of the UI.
What is JSX?
JSX (JavaScript XML) is a syntax extension for JavaScript that allows writing HTML elements in React components.
What is state in React?
State is a built-in object in React that stores dynamic data for a component and determines its behavior and rendering.