File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class Hello extends Component {
68
68
export default easyComp (Hello)
69
69
```
70
70
71
- ** Make sure to wrap all of your components - including stateful and stateless ones - before you export them.**
71
+ ** Make sure to wrap all of your components with ` easyComp ` - including stateful and stateless ones - before you export them.**
72
72
73
73
In addition to the boilerplate reduction, ` easyComp ` comes with a bunch of additional benefits that may not be obvious at first glance.
74
74
@@ -143,7 +143,7 @@ As a result the stores are always fresh and a stable and a fresh view is always
143
143
144
144
## Examples with live demos
145
145
146
- - [ Clock Widget] ( https://solkimicreb.github.io/react-easy-state/dist/clock/clock .html ) ([ source] ( /examples/clock/ ) )
146
+ - [ Clock Widget] ( https://solkimicreb.github.io/react-easy-state/dist/clock.html ) ([ source] ( /examples/clock/ ) )
147
147
- [ TodoMVC] ( https://solkimicreb.github.io/react-easy-state/dist/todoMVC.html ) ([ source] ( /examples/todoMVC/ ) )
148
148
- [ Contacts Table] ( https://solkimicreb.github.io/react-easy-state/dist/contacts.html ) ([ source] ( /examples/contacts/ ) )
149
149
You can’t perform that action at this time.
0 commit comments