From 97b257c8d3062766f93da31cff867168c500c8a9 Mon Sep 17 00:00:00 2001 From: Wu Xudan Date: Mon, 28 Oct 2024 22:27:17 +0800 Subject: [PATCH] Update Ayden&Fluency.md Learn react interview question --- Ayden&Fluency.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ayden&Fluency.md b/Ayden&Fluency.md index b09fa9f..3a5e4f0 100644 --- a/Ayden&Fluency.md +++ b/Ayden&Fluency.md @@ -287,6 +287,10 @@ timezone: Asia/Shanghai - Event Handling: JavaScript allows you to attach event listeners to DOM elements, which can respond to user interactions and trigger specific actions. ### 2024.10.28 +What is React? + Answer: React is a JavaScript library for building user interfaces, primarily for single-page applications. It allows developers to create reusable UI components and manage the state of those components efficiently. +What is JSX? + Answer: JSX (JavaScript XML) is a syntax extension for JavaScript that allows writing HTML-like code within JavaScript. It makes it easier to create React elements and components.