September 2018
Beginner
156 pages
3h 28m
English
The react-router package includes some of the core components, such as the <Router> component mentioned previously. The package also includes several other components that are then used by components available in the react-router-dom and react-router-native packages. The react-router package exports these components:
export MemoryRouter from "./MemoryRouter";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";
Some of the components mentioned here were discussed in ...
Read now
Unlock full access