arkts-other-state-mgmt-functions-overview.md 472 字节
Newer Older
E
ester.zhou 已提交
1 2 3 4 5 6 7 8 9
# Overview of Other State Management Features


In addition to the component state and application state management mentioned in previous topics, ArkTS also provides \@Watch and $$ for state management.


- [\@Watch](arkts-watch.md) is used to listen for the changes of state variables.

- [$$operator](arkts-two-way-sync.md) provides a TS variable by-reference to a built-in component so that the variable value and the internal state of that component are kept in sync.