Skip to content

Instantly share code, notes, and snippets.

@cellog
Created March 21, 2017 18: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/50e91b89635b6900e515c9a3824cae3d to your computer and use it in GitHub Desktop.
Save cellog/50e91b89635b6900e515c9a3824cae3d to your computer and use it in GitHub Desktop.
Simple route declaration
import Routes from 'react-redux-saga-router/Routes'
import Route from 'react-redux-saga-router/Route'
export default () => (
<Routes>
<Route name="about" path="/about" />
</Routes>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment