Skip to content
On this page

useUpdate

Used to simulate and rerender the page

Code demonstration

Default Usage

Advanced usage

API

const update = useUpdate()
const update = useUpdate()

Remark

By changing the variable, listening to this variable to achieve the simulated effect

Source

SourceDocsDemo