Krasimir Tsonev
Krasimir Tsonev
Hey, just so I build the full context > we need it to wait for the URL to be updated in the address bar who and how is updating the...
I would not rely on the router for such things. Mainly because the error handling needs to happen on a place where could be handled. This is very often the...
Hey, here you can find the downloadable files: https://github.com/krasimir/navigo/tree/master/lib
Hey, if you have `has: true` then your browser journey should start with `/#/foo`. Also I like to think that the hash routing is more of a supportive feature. The...
Hey, unfortunately that's a decision that I took when started working on version 8. Without that I was facing a lot more issues. It's not configurable at the moment.
Hey @jackiems82 @rjgamble, Navigo checks based on the `path` passed to the `on` method. It is basically checking whether `'/foo/:id'` matches the `'/foo/123'` and `'/foo/321'` routes. And they do match....
I see. In such cases I usually question whether such logic needs to be in the routing layer. Is it possible to shift it in another place.
Hey, what you said make sense. I spend two years writing the book and Flux was one of the first chapters. At that time Facebook didn't release Flux related tools....
I have no idea how I missed that issue. It's really weird. Sorry. So, I think the idea is interesting but we kind of having the same problem. It is...
Interesting. I'm preparing an article about anti-patterns so this will go there for sure. Thanks.