react-cosmos @reach/router proxy
{
component: App,
url: '/cat/5378358' // defaults to '/' if not provided. Fixture is always active
}
Make sure to use the installation instructions or else the react router proxy will be used.
basepath
optional string of basepath
npm install --save-dev react-cosmos-reach-router-proxy
cosmos.proxies.js
import createReachRouterProxy from 'react-cosmos-reach-router-proxy'
export default [
createReachRouterProxy()
]