Couldn't find this anywhere, but it seems common enough as a use case that I must have just missed it? ``` <Route path="/:user/:param=defaultvalue" /> ``` or ``` <Route path="/:user/:param" defaultParams={{param: "defaultvalue"}} /> ```