- React Router Quick Start Guide
- Sagar Ganatra
- 398字
- 2021-07-23 16:41:30
What this book covers
Chapter 1, Introduction to React Router 4 and Creating Your First Route, is an introduction to the component-based architecture in React and how you can get started with creating routes using the Route component from React Router.
Chapter 2, Configuring Routes – Using Various Options in the Route Component, discusses various Route component props that can be used to match the requested URL location and how these matches can be used to render a component. Also, the chapter explains how routes can be added dynamically as the user traverses through the application.
Chapter 3, Using the Link and NavLink Components to Navigate to a Route, talks about how to use the Link and NavLink components in React Router to allow you to navigate to routes defined in the application. This chapter also explains about the higher-order component withRouter and how to prevent accidental transition using the Prompt component.
Chapter 4, Using the Redirect and Switch Components, goes into how to use the Redirect component to redirect the user to a different route and the Switch component to match one route and redirect the user to a 404 page not found page if the requested location is not found.
Chapter 5, Understanding the Core Router, and Configuring the BrowserRouter and HashRouter components, is an in-depth explanation of how the core router interface is used to update the sections of the screen and the browser's history. The chapter also explains two router interfaces used in a web application: BrowserRouter and HashRouter.
Chapter 6, Using StaticRouter in a Server-Side Rendered React Application, explores how to use the StaticRouter component to provide routing features on a server-side-rendered application. The chapter also explains how StaticRouter and BrowserRouter can be used to build an isomorphic web application.
Chapter 7, Using NativeRouter in a React Native Application, details how to provide routing in a native mobile application developed with React Native using the NativeRouter component. The chapter also explains how you can integrate with the device's back button using the BackButton component and provide deep linking support using the DeepLinking component.
Chapter 8, Redux Bindings with connected-react-router, examines how to use the connected-react-router library, which provides Redux bindings for React Router; the chapter explains how to read routing information from the router state in the Redux store and how to navigate by dispatching actions to the store.
- 實(shí)戰(zhàn)Java程序設(shè)計(jì)
- Learning Vaadin 7(Second Edition)
- Android應(yīng)用案例開發(fā)大全(第二版)
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- 零基礎(chǔ)Java學(xué)習(xí)筆記
- Java EE 7 with GlassFish 4 Application Server
- 深度學(xué)習(xí)入門:基于Python的理論與實(shí)現(xiàn)
- Python物理建模初學(xué)者指南(第2版)
- C語(yǔ)言程序設(shè)計(jì)教程
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)
- PHP動(dòng)態(tài)網(wǎng)站開發(fā)實(shí)踐教程
- 谷歌JAX深度學(xué)習(xí)從零開始學(xué)
- 計(jì)算機(jī)視覺增強(qiáng)現(xiàn)實(shí)應(yīng)用平臺(tái)開發(fā)
- Xamarin Mobile Application Development for Android(Second Edition)
- HTML5與CSS3權(quán)威指南(第2版·下冊(cè))