From 903928fd12d12c50e74aa19633ebba2fb063a24a Mon Sep 17 00:00:00 2001 From: Boris Dinkevich Date: Thu, 20 Apr 2017 10:53:09 -0400 Subject: [PATCH] Remove "work in progress" from Redux Book --- redux-tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redux-tutorials.md b/redux-tutorials.md index 7fbcda3..4d56310 100644 --- a/redux-tutorials.md +++ b/redux-tutorials.md @@ -258,7 +258,7 @@ - **The Complete Redux Book** https://leanpub.com/redux-book - How do I manage a large state in production? Why do I need store enhancers? What is the best way to handle form validations? Get the answers to all these questions and many more using simple terms and sample code. Learn everything you need to use Redux to build complex and production-ready web applications. (NOTE: Work in progress as of May 2016, but looks very promising.) + How do I manage a large state in production? Why do I need store enhancers? What is the best way to handle form validations? Get the answers to all these questions and many more using simple terms and sample code. Learn everything you need to use Redux to build complex and production-ready web applications. - **Developing a Redux Edge** https://bleedingedgepress.com/developing-a-redux-edge/