Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| /** | |
| * @path src/redux/middleware | |
| * | |
| * Extract from clientMiddleware example in order to showcase | |
| * the difference and help in understanding the same. | |
| * | |
| * @diff - Differences with "react-redux-universal-hot-example" | |
| */ | |
| export default function firebaseMiddleware(fireRef) { | |
| return ({dispatch, getState}) => { |