리액트를 시작하기 전에
리액트가 무엇인지, 왜 리액트를 사용하는지에 대해 정리해보도록 합시당~~🥳
💙 React is a JavaScript library 💙 for building user interfaces
리액트는 facebook에서 만든 javaScript libaray이다.
MVC(Model - View - Controller)에서
Declarative - 선언형이다!
React makes it painless to create interactive UIs.
쉽게 반응형 UI를 만들 수 있다!
Component-Based - 컴포넌트 기반이다!
Build encapsulated components that manage their own state, then compose them to make complex UIs.
캡슐화된 컴포넌트를 만들고, 각자state를 관리 할 수 있어서 복잡한 UI들을 구성 할 수 있다!
angular : framework
vue : open source framework
react : libray
이렇게
간단하게 정리해봤다!
나중에 추가할것이 있다면 다시 더 추가해야징!
끄읕!😗🖐🏻