diff --git a/README.md b/README.md index c1ece1a..e8c40ee 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ view(withTheme(Comp)); - The order of the HOCs matter, always use `withRouter(view(Comp))`. -This is not necessary if you use React Router 4.4+. You can find more details and some reasoning about this in [this react-router docs page](https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/guides/blocked-updates.md). +This is not necessary if you use React Router 4.4+.
@@ -737,7 +737,7 @@ class App extends Component { ### store(obj) -Creates an observable store from the passed object and returns it. Can be used outside components for [global stores](#creating-global-stores) and inside components for [local stores]((#creating-local-stores)). +Creates an observable store from the passed object and returns it. Can be used outside components for [global stores](#creating-global-stores) and inside components for [local stores](#creating-local-stores). ```js import { store } from '@risingstack/react-easy-state'; @@ -830,7 +830,7 @@ clearEffect(effect) You can compare Easy State with plain React and other state management libraries with the below benchmarks. It performs a bit better than MobX and similarly to Redux. -- [js-framework-benchmark](https://github.com/krausest/js-framework-benchmark) ([source](https://github.com/krausest/js-framework-benchmark/tree/master/react-v16.1.0-easy-state-v4.0.1-keyed)) ([results](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html)) +- [js-framework-benchmark](https://github.com/krausest/js-framework-benchmark) ([source](https://github.com/krausest/js-framework-benchmark/tree/master/frameworks/keyed/react-easy-state/src)) ([results](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html)) ## Platform support :computer: @@ -868,7 +868,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d