Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 700 Bytes

File metadata and controls

28 lines (23 loc) · 700 Bytes

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()
]