reach / router

Home Page:https://reach.tech/router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regex Path

lopesrichard opened this issue · comments

Is there a way to ensure that a URL parameter must be a valid integer?

For example <Route path="/users/:id">, this code currently matches any word after /users even non integer values.