From 937346e4b645eff48b3a592d5bfd546c37fba0d0 Mon Sep 17 00:00:00 2001 From: Leonardo Elias Date: Mon, 16 Mar 2020 23:18:53 -0300 Subject: [PATCH] Fix link README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a9ae35..8c85a44 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Now you able just to write functions AS YOU WANT. Memoize-state will detect all ## Implementations - [React-memoize](https://github.com/theKashey/react-memoize) - magic memoization for React, componentWillReceiveProps optimization, selection from context, whole SFC memoization. - [beautiful-react-redux](https://github.com/theKashey/beautiful-react-redux) - instant memoization for React-Redux -- [why-did-you-update-redux](https://github.com/theKashey/why-did-you-update-reduxx) - selector quiality checker +- [why-did-you-update-redux](https://github.com/theKashey/why-did-you-update-redux) - selector quiality checker - [react-tracked](https://github.com/dai-shi/react-tracked) - React Context API made using the same principles. - your project!