Skip to content

Commit

Permalink
Update Ayden&Fluency.md
Browse files Browse the repository at this point in the history
Learn react interview question
  • Loading branch information
Aydenchange authored Oct 28, 2024
1 parent 016986c commit 97b257c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Ayden&Fluency.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down

0 comments on commit 97b257c

Please sign in to comment.