Building Navigational Workflows Using React

所在平台: Coursera

课程主页: https://www.coursera.org/learn/building-navigational-workflows-using-react

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:使用 React 构建导航工作流 课程概述:表单是现代工作流程中不可或缺的一部分。它们是收集、验证和存储用户数据的主要方式,能够提供卓越的用户体验。React 库通过受控组件帮助开发者构建表单。与此同时,开源库如 Formik 可用于高效处理表单输入验证和提交。此外,React 库还支持 React Router 库,使开发者能够快速实现组件之间的路由。在本课程中,您将探索 React 表单、Formik 库和 React Router 库,以创建导航工作流。 课程大纲: 1. **第一部分:在 React 中构建表单** 描述:表单是任何现代工作流程的核心部分。它们帮助构建交互式网页应用程序,允许用户提供所需的输入。React 使用两种不同的方法来捕获和验证用户输入。 2. **第二部分:使用 Formik 在 React 中构建表单** 描述:当表单变得庞大时,跟踪和访问控制状态的任务将变得复杂。Formik 库帮助将值进出表单状态,执行用户输入的验证并处理表单提交。 3. **第三部分:使用 React Router 在视图之间导航** 描述:当用户在单页应用(SPA)中执行任务时,需要在应用的不同视图之间移动。在 SPA 中,组件对应的视图是显示或隐藏给用户的,而不是请求服务器获取新页面。React 库本身不支持内置路由,因此使用外部的 React Router 库来实现路由功能。

课程大纲

Part: 1

Title:Building Forms in React

Description:"Forms are an integral part of any modern-day workflow. They help in building interactive web applications that allow users to provide the required inputs. React uses two different approaches to capture and validate user inputs.

Part: 2

Title:Building Forms in React using Formik

Description:"When forms become large, they complicate the task of tracking and accessing control states. Formik library helps in getting the values in and out of the form state, performs validations on user inputs and handles form submissions.

Part: 3

Title:Navigate between views using React Routers

Description:"When users perform application tasks in Single Page Application (SPA), they are required to move between different views of the application. In SPA, the views corresponding to the components are shown or hidden to users instead of requesting the server for a new page. React library does not come with an inbuilt support for routing. Hence external React Router library is used to implement routing.

课程评论(0条)

课程详情

Forms are an essential part of modern-day workflow. They are the primary medium of collecting, validating, and storing user data to provide great user experience. React library helps in developing forms using controlled components. Alternatively, open-source Libraries like Formik can be used for handling form input validations and form submissions efficiently. Additionally, React library is supported by React Router library which facilitates developers to rapidly enable routing between components. In this course, you will explore React forms, Formik library and React Router library for creating navigational workflows.

课程标签

0人关注该课程

主题相关的课程