일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- CSS
- SSR
- hardhat
- bitcoin
- 삶
- Ethereum
- evm
- Redux
- API
- concept
- REACT
- built in object
- nextJS
- graphQL
- express.js
- typeScript
- CLASS
- JavaScript
- Interface
- Props
- solidity
- middleware
- blockchain
- node.js
- error
- useState
- web
- 기준
- tailwindcss
- HTML
- Today
- Total
목록jsx (2)
ReasonJun

Babel is a tool that extands the grammar of JavaScript. It converts the latest, convenient, or experimental JavaScript grammar that is not yet supported into a formal JavaScript format, allowing it to run properly even in an older browser-like environment. For JSX to properly convert to JavaScript, there are several rules you must follow. At least two tags must be wrapped in one tag or use 'Frag..

JSX (JavaScript XML) is an extension to the JavaScript language syntax used in React. It allows you to write HTML-like code within JavaScript, making it easier to define the structure and appearance of UI components in React. With JSX, you can write HTML-like tags and include JavaScript expressions within curly braces {}. It provides a concise and intuitive way to define the UI hierarchy and the..