From 6c3c6b0181af7054e19ee94d36038568af6ccd4e Mon Sep 17 00:00:00 2001 From: Salakar Date: Sun, 27 Aug 2017 00:00:08 +0100 Subject: [PATCH] [docs] misc redux usage cleanup --- docs/redux.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/redux.md b/docs/redux.md index 9ac6df57..89f9fd9e 100644 --- a/docs/redux.md +++ b/docs/redux.md @@ -3,10 +3,11 @@ Although RNFirebase usage requires a React Native environment, it isn't tightly coupled which allows for full flexibility when it comes to integrating with other modules such a [`react-redux`](https://github.com/reactjs/react-redux). -If you wish to use a Redux library designed for Firebase, we suggest taking a look at [`react-redux-firebase`](http://docs.react-redux-firebase.com/history/v2.0.0/docs/recipes/react-native.html) -for implementation with this module. +## React Redux Firebase -## Standalone integration +If you wish to use a Redux library designed specifically for Firebase, we suggest taking a look at [`react-redux-firebase`](http://docs.react-redux-firebase.com/history/v2.0.0/docs/recipes/react-native.html). + +## Standalone Integration Although the following example works for a basic redux setup, it may differ when integrating with other redux middleware. Imagine a simple TODO app, with redux we're able to abstract the Firebase logic out of components which allows for greater