be-fe / be-fe/react-mobx-vm

Feat: `applySnapshot` API (for ssr)

Open
#17 0 comments 0 reactions 1 assignee Claimed by @imcuttle View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.