Please enable JavaScript.
Coggle requires JavaScript to display documents.
react-router-dom (Deep integration with redux ? (BrowserRouter, Router…
react-router-dom
Deep integration with redux ?
BrowserRouter
Router
with "history = createBrowserHistory()"
Switch
Route
path
exact
component
Route props
match
url - matched portion
path - used to match
params - dynamic segments
isExact - entire URL is matched?
location
pathname
history
push()
render
Redirect
Link
to
withRouter()