You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, the store will look for the differences between the existing and incoming data sets.
372
372
Consequently, only `'koala'` - the new edition - will cause an update.
373
373
374
-
## Extracting raw data with `unwrap`
374
+
###Extracting raw data with `unwrap`
375
375
376
376
When there is a need for dealing with data outside of a reactive context, the `unwrap` utility offers a way to transform a store to a standard [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object).
377
377
This conversion serves several important purposes.
0 commit comments