Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
This course covers essential concepts related to routing and navigation in a React web application. You will learn how to handle different routes and create links to navigate between pages. Additionally, you will learn about the Context API and how to create custom hooks.
Routing and navigation are essential parts of any web application and React provides tools to make this process easy and intuitive. You will learn how to create a routing system for your application using React Router. You will learn how to define different routes for different pages, how to use link components to navigate between pages, and how to pass parameters through URLs.
Passing data between components can become tedious as your application grows, especially if you must pass data through multiple layers of components. In this module, you will learn how to create and use the Context API to share data across your application easily. You will also learn how to create custom hooks with the Context API, which can simplify the process of passing data throughout the application.
Lastly, you will be introduced to a suggested folder structure for organizing your React application. You will learn how to organize your components, styles, and utilities into separate directories, which can make your code more manageable and easier to navigate.
It covers routing and navigation in a React web application, including handling routes and creating links with React Router, using the Context API to share data, creating custom hooks with the Context API, and a suggested folder structure for organizing your application.
You will learn how to pass data between components using the Context API to share data across your application easily, and how to create custom hooks with the Context API to simplify passing data throughout the application.
You will learn to create a routing system using React Router, define different routes for different pages, use link components to navigate between pages, and pass parameters through URLs.
The course includes three lessons: Multiple Components, Routing, and Navigation; Application Folder Structure; and Passing Data and Custom Hooks With Context API.
Associated skills include Create React App, Flux (React.js), React JSX, React VR, React.js (JavaScript library), and WebMethods Flow.