Skip to content

Instantly share code, notes, and snippets.

@cellog
Created March 21, 2017 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cellog/07475aec9eff0db4861b7b9f3de49b95 to your computer and use it in GitHub Desktop.
Save cellog/07475aec9eff0db4861b7b9f3de49b95 to your computer and use it in GitHub Desktop.
import * as selectors from 'react-redux-saga-router/selectors'
import { Toggle } from 'react-redux-saga-router/Toggle'
export default Toggle(state => selectors.matchedRoute('about'),
state => !state.loading)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment