-
I'm trying to usee getComponent() to implement an loader pattern but the getComponent() is getting called twice for every request made to given route. Is this an expected behaviour (due to bubbling or…
BTMPL updated
5 years ago
-
In the context of `web components` using this library is not very handy IMHO. But a pattern of delegating event handling using `handleEvent` is a great find.
I suggest to expose `handleEvent` pa…
-
When `routerWillLeave` returns text to trigger a confirmation, and the user clicks "Cancel" to abort the transition, the confirmation box appears again. This appears to be a result of `routerWillLeave…
-
Steps to reproduce:
1. On Firefox, go to http://react-router-mega-demo.herokuapp.com/
2. Click any contact name
3. Focus URL bar, press enter
4. Click back button
Expected: URL path and content match…
-
Are there any plans to support IE 8 with this router? React officially supports IE 8 but as it stands this router doesn't seem to. I am working on it a bit myself, but wanted to see if there are any o…
-
I want to add simple router to hyperapp, I thought that I use something like react router.
I can use url hash as state property, but I need to access action from outside of app, is there something …
-
[Route.spec.js](https://github.com/rpflorence/react-nested-router/blob/master/specs/Route.spec.js#L112) contains a commented out test for server rendering but it seems, server rendering would at least…
-
## Description
intro: I am quite new to JS + React + Gatsby and happened to meet Gatsby through a 'React for Designers' course. The course content was quite good overall, but not up-do-date for…
-
As discussed in ReactTraining/react-router#4266. Here's my comment summing it up:
> Looks like the problem is [the `hashchange` listener is calling the history listeners directly](https://github.co…
-
I have a problem with the hash based routing together with IE, when the user change manually change the url in the address bar. I'm using the router in scalajs-react 0.10.3 and scalajs 0.6.7
To easy …