Skip to content
On this page

선언적 프로그래밍(Declarative Programming)

Title
선언적 프로그래밍(Declarative Programming)
Category
Glossary
Tags
Aliases
선언적 프로그래밍(Declarative Programming)선언적 렌더링(Declarative Rendering)
Created
last year
Updated
last year
  • React / Vue ... 는 선언적인 방법으로 UI를 조작한다.
  • 개별 UI 조각을 직접 조작하는 것이 아니라, 컴포넌트 안에 있을 수 있는 여러 상태들을 설명하고, 유저 입력에 반응하여 전환한다.
    • 이것은 디자이너가 UI에 대해 생각하는 방법과 유사하다.

References

Released under the MIT License.