-
```
"name": "react-router5",
"version": "6.5.0",
"typescript": "3.1.1"
```
error thrown by tsc:
```
Module ''react-router5'' has no exported member 'RouteNode'. Did you mean 'routeNode'…
-
Hello! I'm evaluating this library as an alternative to react-router and it looks quite good!
I've looked in the documentation and examples but couldn't find anything about scroll restoration.
I'v…
-
The type for `Route` returns an error
```js
export const Route: ComponentClass React.ReactNode
}>
```
The `T` is not defined
-
Hi guys.
Recently I created a package for [MarkoJS](https://markojs.com/) (similar React / Vue) using Router5:
https://jesse1983.github.io/marko-router5
It's a new package, then it has few do…
-
Hi,
I have troubles to navigate in the `componentDidMount` hook.
I've forked router5-react example, and rewrote some of the inbox component to redirect after the component have mounted
```jsx
…
-
Once navigate to a child route, it is not coming back to parent after clicking the Link tag. I have created a [stackblitz sample](https://stackblitz.com/edit/react-router5-new-context-api-w1iz9p) by e…
-
react-router5's `BaseLink` component attempts to determine whether its route is currently active:
```
isActive() {
return this.router.isActive(
this.props.routeName,
…
-
Is there a way to add meta data to route definitions? e.g. specify a route `component` property that the view could then use, or is this considered an anti-pattern?
I see there is a `_meta` property …
-
Continuing from https://github.com/rackt/react-router/issues/2332 and also potentially relevant to https://github.com/rackt/react-router/issues/2546.
https://github.com/rackt/react-router/issues/2122…
taion updated
5 years ago
-
Hi,
So I've been trying to get react-router5 to work using the new React context API by reading the docs and the provided sample app on stackblitz.
So far no luck...
First of all, maybe I've be…