Leonid Fenko

Results 4 comments of Leonid Fenko

@timdorr Thanks for the fast reply! Indeed, I can do it right now, it's just a bit less convenient: ```javascript jsx // As opposed to FOO.BAR.path ``` The API is...

The same routes are also used for URL (or rather, URL path) building. It works like this: - `FIRST.SECOND.THIRD.buildUrl({})` => `/first/second/third` - `FIRST.$.SECOND.THIRD.buildRelativeUrl({})` => `second/third` For flexibility, `$` effectively cuts...

@brophdawg11 Thanks for such a detailed response! I'll try to look into it, but I know very little about the inner workings of React Router, so no promises there. Anyway,...