1.2.0 • Published 6 years ago

react-cosmos-reach-router-proxy v1.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

react-cosmos @reach/router proxy

Usage in fixture

{
  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.

createReachRouterProxy(basepath) options

  • basepath optional string of basepath

Installation

npm install --save-dev react-cosmos-reach-router-proxy

cosmos.proxies.js

import createReachRouterProxy from 'react-cosmos-reach-router-proxy'

export default [
  createReachRouterProxy()
]