그렇다. 페이스북에서 밀어주고 있는 그 유명한 React맞다. 바닐라로 손수 컴포넌트를 만들어서 프로젝트를 여러개 해보았다. state , rendering, import에 대한 개념이 어느정도 잡혀서 이제 React로 넘어가도 될 수 있을거 같다는 생각이 들었다. 그래서 our lovely Colt에게 리액트를 배우기 시작했는데 진짜 정말 신기한 기능들이 있어서 잠깐 정리해보려고 한다. Component Building block of React Combines logic (JS) and presentaion(JSX) 조립 부품이라고 생각하면 쉽다. Props(Properties) It is already built inside class component Data passed to a component (or found via defaults) Immutablel; component cannot change its o