File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class Hello extends Component {
6868export default easyComp (Hello)
6969```
7070
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.**
7272
7373In addition to the boilerplate reduction, ` easyComp ` comes with a bunch of additional benefits that may not be obvious at first glance.
7474
@@ -143,7 +143,7 @@ As a result the stores are always fresh and a stable and a fresh view is always
143143
144144## Examples with live demos
145145
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/ ) )
147147- [ TodoMVC] ( https://solkimicreb.github.io/react-easy-state/dist/todoMVC.html ) ([ source] ( /examples/todoMVC/ ) )
148148- [ Contacts Table] ( https://solkimicreb.github.io/react-easy-state/dist/contacts.html ) ([ source] ( /examples/contacts/ ) )
149149
You can’t perform that action at this time.
0 commit comments