What is React ?

생강🖤·2021년 2월 15일
0
post-custom-banner

리액트를 시작하기 전에
리액트가 무엇인지, 왜 리액트를 사용하는지에 대해 정리해보도록 합시당~~🥳


정의

💙 React is a JavaScript library 💙 for building user interfaces

리액트는 facebook에서 만든 javaScript libaray이다.


MVC(Model - View - Controller)에서

리액트는 view 만을 위한 라이브러리이다!


왜 리액트를 쓸까?

  1. Declarative - 선언형이다!
    React makes it painless to create interactive UIs.

    쉽게 반응형 UI를 만들 수 있다!

  2. Component-Based - 컴포넌트 기반이다!
    Build encapsulated components that manage their own state, then compose them to make complex UIs.

    캡슐화된 컴포넌트를 만들고, 각자state를 관리 할 수 있어서 복잡한 UI들을 구성 할 수 있다!


angular , vue , react 간단 비교

  1. angular : framework

    • google이 관리한다.
    • routing, state관리,form 등 한번에 제공한다.
    • TypeScript기반이다.
  2. vue : open source framework

  3. react : libray


이렇게
간단하게 정리해봤다!
나중에 추가할것이 있다면 다시 더 추가해야징!
끄읕!😗🖐🏻

참고: https://reactjs.org/
profile
Slow but steady
post-custom-banner

0개의 댓글