react-router-component icon indicating copy to clipboard operation
react-router-component copied to clipboard

Declarative router component for React.

Results 54 react-router-component issues
Sort by recently updated
recently updated
newest added

The following commit removed the props args from renderRouteHandler: https://github.com/STRML/react-router-component/commit/e6806f6b4f621e0a9abcecdcfbec4443ec6f0812 However, you can see that it's still used in examples [here](https://github.com/STRML/react-router-component/blob/d3415fdbab240073012189973c77f5e22e97a28b/examples/extras/AnimatedLocations.jsx#L24), [here](https://github.com/STRML/react-router-component/blob/d3415fdbab240073012189973c77f5e22e97a28b/docs/recipes/es6-custom-router.md#L48) and [here](https://github.com/STRML/react-router-component/blob/d3415fdbab240073012189973c77f5e22e97a28b/examples/es6/app.js#L28). These examples no longer work, which...

IMHO the locations component should have a boolean flag trailingSlash which when set allows all its children to have trailing slashes without having to explicitly specify `(/)` at the end...

- Electron version: 0.37.8 - Operating system: Windows 7; 32 Bit - React Version: 0.13.3 - Flux Version: 2.1.1 - React-router-component Version: 0.25.4 Here we are using React-router-component for routing...

can this lib working with redux-router?

React Router team recently extracted DOM API related part of its router into https://github.com/rackt/history I think it would be nice for RRC to reuse this package.

This issue may be related to https://github.com/andreypopp/react-router-component/issues/2. - browserify-shim would end in a similar issue I guess. It seems that "react-router-component" has a problem when a module bundler (like webpack)...

Hi, im using react-router-component in version "^0.26.0" and work fine. But in IE9 does not work and teverything finish in last route "NotFound" I have no idea what im doing...

The router works fine with `hash` in place `` but when I remove it, I get: `Uncaught (in promise) Error: Cannot read property 'props' of null(…)` version is 0.29.0 react...

The callbacks onBeforeNavigation and onNavigation do not get fired on contextual routers while the router does wait for async components.. This makes it very hard to wait for a nested...