-
The Mystery, RevealedStudy/React 2020. 5. 25. 12:30
INTRO TO JSX
The Mystery, Revealed
Good!
Take another look at the line of code that you wrote.
Does this code belong in a JavaScript file, an HTML file, or somewhere else?
The answer is…a JavaScript file! Despite what it looks like, your code doesn’t actually contain any HTML at all.
The part that looks like HTML, <h1>Hello world</h1>, is something called JSX.
Click Next to learn about JSX.
intro to jsx 🎉예!
미스테리가 풀린다.
좋아요!
여러분이 작성한 코드의 라인을 다시 살펴보세요.
이 코드가 JavaScript 파일, HTML 파일 또는 다른 곳에 속해 있나요?
대답은 자바스크립트 파일이다!
겉보기와는 다르게, 당신의 코드는 실제로 HTML을 전혀 포함하고 있지 않다.
<h1>Hello world</h1> html과 같이 생긴 이 부분은 JSX라 불리는 무엇인가이다.
JSX에 대해 배워보자.
'Study > React' 카테고리의 다른 글
Attributes In JSX (0) 2020.05.25 JSX Elements And Their Surroundings (0) 2020.05.25 What is JSX? (0) 2020.05.25 Hello World (0) 2020.05.25 Why React? (0) 2020.05.25