Feat: `applySnapshot` API (for ssr)
Open
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```javascript
import { applySnapshot } from 'react-mobx-vm'
if (window.__PRELOADED_STATE__) {
applySnapshot(window.__PRELOADED_STATE__, appState)
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.