react 对象克隆
In this intermediate React.js tutorial from PortEXE, you will learn how to create a clone of the popular note-taking application Evernote. This app allows users to create notes with a full text editor, and update live to a database using Firebase.
在PortEXE的这篇中间React.js教程中,您将学习如何创建流行的笔记应用程序Evernote的克隆。 该应用程序允许用户使用全文编辑器创建笔记,并使用Firebase实时更新到数据库。
The Evernote clone features creating, editing, and removing notes. The notes are saved in the cloud using Cloud Firestore from Firebase.
Evernote克隆具有创建,编辑和删除注释的功能。 注释使用Firebase中的Cloud Firestore保存在云中。
You can watch the full video course on the freeCodeCamp.org YouTube channel (2 hour watch).
您可以在freeCodeCamp.org YouTube频道上观看完整的视频课程(观看2小时)。
翻译自: https://www.freecodecamp.org/news/evernote-clone-react-firebase-tutorial/
react 对象克隆