Crossroad
Crossroad copied to clipboard
:oncoming_bus: Route URL schemes easily
Results
3
Crossroad issues
Sort by
recently updated
recently updated
newest added
Does it support generating URLs from patterns and arguments? like: ``` toPath("/user/:id", [ id: "123" ]); //=> "/user/123" ``` https://github.com/pillarjs/path-to-regexp#compile-reverse-path-to-regexp
https://github.com/giginet/Crossroad/blob/4788906925bba46eb5623ade4cd320b8526052d3/Tests/CrossroadTests/RouterTests.swift#L38-L60 When we register it's such a trouble to write the scheme all the time when we've declared the scheme for Router! If you really wan to do so, you...