From 82e32c9545080631a5f10af8d1fbd18e10b4ce3f Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Thu, 27 Oct 2016 16:06:05 +0100 Subject: [PATCH] docs: remove misleading information Its been over 12 months since v2 has been released. As v2 redux-immutable does not dictate any conventions. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 77c0523..2436626 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,3 @@ export default createReducer([], { ``` Please note that this is optional and `combineReducers` should work just fine if you prefer the old `switch` way. - - -# FAQ - -## How this library is different from 'redux-immutable' ? - -This library doesn't dictate any specific reducer structure. -While `redux-immutable` focuses on [CRC](https://github.com/gajus/canonical-reducer-composition), this library -provides some [conversion middlewares](https://github.com/gajus/redux-immutable/issues/3) from FSA to CCA -and vise versa. If you feel like going with _Redux's vanilla_ is the right approach, then consider using our library.