This enhancer has been built into create
, allowing you to directly create a store
with the useSnapshot
method.
Adds the store.useSnapshot()
method to store
, enabling the latest value of derived data to be obtained within React components, with rendering optimization.
For details on using store.useSnapshot
, please refer to store.useSnapshot.