-
It looks like issue #11 is back (at least on Chrome 44 and Firefox 40). When pressing the back button, I can see the forward button change quickly from enabled to disabled, and in practice it is never…
-
I've been toying with routers inside of cycle for a little bit, and there has been some good discussion and work over at https://github.com/router5/router5/issues/5
But I think there is some discussi…
bobfp updated
8 years ago
-
I'm looking for an example of router in deku. It would be nice if anyone can share it :dancer:
I'm excited with Deku :+1:
ghost updated
9 years ago
-
Hi,
I'm making a React router based on Router5 and all seems to be working fine for now except for query parameters.
I like the way the query parameters and the url parameters are just one big collec…
-
I'm having a heck of a time trying to get my routes intercepted by router5. The arguments I'm using initially can be seen in this snippet of my app's configuration code:
``` js
router: {
routes: [
…
-
I see you've implemented **Cycle-Demo** with both **Director** and **Router-5** alternatives.
Which one do you like the best?
My opinion is that **Router5** is a much better library than **Director*…
-
Hey, i think in the new version there is a bug.
I found that even your examples stop working. Check this out in free time.
http://router5.github.io/docs/with-react.html#/inbox.
I don't know if thi…
-
I'm wondering, wouldn't it be highly desirable to (optionally) use promises to handle any async operations (animated transitions, server calls) within event handlers? This would fit in nicely with the…