Router: match, location, history
1. Route Props
function BrowsePage(props) {
console.log(props)
}
1.1 match

1.2 location

1.3 history

Last updated
function BrowsePage(props) {
console.log(props)
}



Last updated