[React] 개요
·
React
React: 사용자 인터페이스(UI)를 구축하기 위한 자바스크립트 라이브러리 -공식사이트https://ko.react.dev/ ReactReact is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript. React is designed to let you seamlessly combine components written by independent people, teams, and organizatiko.react.dev 왜써야하나? 주요 특징 1. 컴포넌트 기반 유연성UI를 독립적인 재사용 가능한 컴포넌트로 나누..