React: React Router

React: React Router

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 26m | 251 MB

Client-side routing moves information through applications, sending information where it needs to go. As you move from the simplest React applications to more intricate projects, React Router can help you manage the flow of data through your apps. In this course, explore routing with React Router for both web and native applications. Emmanuel Henri reviews the basics of routing and steps through some common web and native routing use cases. He also provides a brief overview of server-side rendering and discusses testing with React Router.

Topics include:

  • What is routing?
  • How React Router can be used across different types of projects
  • Web routing and native routing
  • How to do URL params and dynamic routing
  • Basic React Native routing
  • Server-side rendering use cases
  • Testing use cases
Table of Contents

Introduction
1 Welcome
2 Course prerequisites
3 Using the exercise files

Setting Up
4 Brief introduction of our toolset
5 Overview of routing
6 Routing options – Web or Native

Web Routing
7 Web project template
8 Basic routing
9 Routing with props in routes
10 URL params and dynamic routing
11 No match handling
12 A few more cases

Native Routing
13 Native project template
14 Basic React Native routing
15 Props and no match handling
16 Params and dynamic routing in React Native
17 A few more cases

Further Exploration
18 Server-side rendering
19 Testing with React Router

Conclusion
20 Next steps