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 in React are reusable, independent pieces of UI that can manage their own state.
What is JSX?
JSX (JavaScript XML) is a syntax extension for JavaScript that allows writing HTML-like code within JavaScript.
What is the purpose of state in React?
State in React is an object that determines the rendering and behavior of a component.