|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/rich-text-editing-in-react-with-draftjs/
课程评论:没有评论
**课程名称:React 中使用 Draft.js 进行富文本编辑** **课程概述:** 本课程将带您学习如何在 React 应用程序中实现富文本编辑功能(如加粗、下划线、斜体编辑),主要借助一个名为 Draft.js 的开源框架。 **您将学习到:** * 如何在您的 React 应用程序中添加富文本编辑器组件。 * 如何为编辑器添加加粗、下划线等功能。 * 如何将富文本内容保存到数据库。 * 如何从数据库加载富文本内容。 * 如何编辑已保存的内容。 * 如何展示已保存的富文本内容(例如,以 HTML 格式)。 **必备知识:** * **不需要** 预先了解富文本编辑或 Draft.js。 * **需要** 具备 React 的基础知识,因为我们将专注于 Draft.js 的功能。 **教学目标:** 通过本课程,您将能够独立地在 React 项目中集成并定制富文本编辑器,实现内容的创建、保存、加载和显示。
In this course we will go through how to add rich text editing features (such as bold, underline, italic) to your React application, using an open source framework called Draft.js.You will learnHow to add rich text editor component to your React applicationHow to add features like bold and underline to the editorHow to save rich text content to databaseHow to load rich text content from databaseHow to edit saved contentHow to display saved rich text content e.g. as HTMLPrior knowledge of rich text editing and Draft.js is NOT required. Basic knowledge on React is however required because we will be concentrating on Draft.js features.