September 2018
Beginner
156 pages
3h 28m
English
The react-router-dom package provides components that can be used in a browser-based application. It declares a dependency on the react-router package and exports the following components:
export BrowserRouter from "./BrowserRouter";export HashRouter from "./HashRouter";export Link from "./Link";export MemoryRouter from "./MemoryRouter";export NavLink from "./NavLink";export Prompt from "./Prompt";export Redirect from "./Redirect";export Route from "./Route";export Router from "./Router";export StaticRouter from "./StaticRouter";export Switch from "./Switch";export generatePath from "./generatePath";export matchPath from "./matchPath";export withRouter from "./withRouter";
Notice that some of the components mentioned ...
Read now
Unlock full access