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 d67f42c commit 5a55a9eCopy full SHA for 5a55a9e
README.md
@@ -51,7 +51,7 @@ import { easyComp } from 'react-easy-state'
51
52
class Hello extends Component {
53
state = {
54
- name: 'World!'
+ name: 'World'
55
}
56
57
// this is bound to the component, so it can be safely passed as a callback
@@ -112,7 +112,7 @@ import { easyComp, easyStore } from 'react-easy-state'
112
113
// this creates a global state store
114
const store = easyStore({
115
- name: 'Hello',
+ name: 'World',
116
// this is bound to the object, so it can be safely passed as a callback
117
setName (ev) {
118
this.name = ev.target.value
0 commit comments