Skip to content

Feat: applySnapshot API (for ssr) #17

@imcuttle

Description

@imcuttle
import { applySnapshot } from 'react-mobx-vm'

if (window.__PRELOADED_STATE__) {
    applySnapshot(window.__PRELOADED_STATE__, appState)
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions