SyntaxFix
Write A Post
Hire A Developer
Questions
Working syntax for multiple optional params:
<Route path="/section/(page)?/:page?/(sort)?/:sort?" component={Section} />
Now, url can be: