kraut icon indicating copy to clipboard operation
kraut copied to clipboard

Router for Karax frontend framework.

Results 1 kraut issues
Sort by recently updated
recently updated
newest added

Currently, only placeholder values aka URL params are extracted: `#/users/12/info` matched against `#/users/{userId}/info` results in `userId = "12"`. It could be useful to extract GET params as well: `#/users/12/info?page=2` matched...