React router quick start guide : routing in React applications made easy.
React Router is the routing library for React, and it can be used in both React Web and React Native applications. This book is a simple way to get started with React Router and harness its full power for your applications.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt,
2018.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Table of ContentsIntroduction to React Router 4 and Creating Your First RouteConfiguring Routes
- Using Various Options in the Route ComponentUsing the Link and NavLink Components to Navigate to a RouteUsing the Redirect and Switch ComponentsUnderstanding the Core Router, and Configuring the BrowserRouter and HashRouter componentsUsing StaticRouter in a Server-Side Rendered React ApplicationUsing NativeRouter in a React Native ApplicationRedux Bindings with connected-react-router.