React

React Keyword

ahleum 2022. 1. 9. 16:47

Keyword

  • Angular vs React vs Vue
  • View 를 다루는 라이브러리
  • Only Rendering & Update            ------->렌더링과 업데이트에만 관여되는 라이브러리
    • NOT included another functionality (ex. http client, ...)
  • Component Based Development
    • 독립적인 코드 블럭 (HTML + CSS + JavaScript)
    • 작업의 단위
  • Virtual DOM   
    • 이제는 DOM 을 직접 다루지 않음. 
  • JSX
    • NOT Templates
    • transpile to JS (Babel, TypeScript)
  • CSR & SSR