Thomas Roch
Thomas Roch
Sounds like a bug, going to investigate
@johanneslumpe I'd be interested to see you example. I've thought about it, but so far I would rather avoid the extra complexity.
First, you can register routes at any time using `.add`. For async as you mean it, there are two cases to consider: **URL to route**: it needs a partial route...
Hi, can you illustrate it with an example of state, and what you would expect?
Hey, apologies for missing this issue. It's what middleware functions are for. `forwardTo` was implemented as a path forwarding functionality, not really a state forwarding functionality. `forwardTo` is done before...
Yes, it could be added. Do you mind creating a PR for it?
Subscribed, looking forward to watching it 😄
> I can't seem to find resources on how to use it in a proper way in production though There isn't a proper way, because it is un-opinionated ppl tend...
Short answer is: you don't need `rxjs-router5` with `redux` and `redux-observable`, using it would imply not adding routing state to your redux store. It is designed (like `xstream-router5`) to be...
Hey, sorry for the delay. I'm not able to reproduce the error with the provided UUIDs. Would you be able to reproduce it in an example?