Monday, 3 June, 2019 UTC


Summary

In this lesson you'll learn how to setup and use draft.js to build a basic text editor. draft.js is a powerful framework for building rich text editors used in apps such as Facebook and Twitter. You'll learn to use draft.js in a basic react app, updating its editor state with the `useState` hook.