Declarative React makes it painless to create interactive UIs. 리액트는 인터랙티브한 UI 생성을 쉽게 만들어준다. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. 어플에서 각각의 상태에 대해 심플한 뷰를 디자인하면, 리액트는 데이터가 변경될 때 오직 올바른 컴포넌트들을 효율적으로 업데이트하고 표현할 것이다. Declarative views make your code more predictable and easier to debug. 선언..