Managing State- Reacting to Input with State

Yoseob Shin·2023년 3월 27일
0

react

목록 보기
3/6
post-thumbnail

Reacting to Input with State

React uses a declarative way to manipulate the UI. Instead of manipulating individual pieces of the UI directly, you describe the different states that your component can be in, and switch between them in response to the user input. This is similar to how designers think about the UI.

You will learn
How declarative UI programming differs from imperative UI programming
How to enumerate the different visual states your component can be in
How to trigger the changes between the different visual states from code

refs:
https://react.dev/learn/reacting-to-input-with-state

profile
coder for web development + noodler at programming synthesizers for sound design as hobbyist.

0개의 댓글