We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2372afd commit bf0205fCopy full SHA for bf0205f
example/app.js
@@ -10,6 +10,7 @@ const state = hotStore.state || {
10
// change state
11
state.counter += 1;
12
console.log('state.counter: ', state.counter);
13
+document.body.innerHTML = state.counter;
14
15
// store state
16
hotStore.state = state;
0 commit comments