From 67a22bc3881a237bb6a5484e67c36f1f58234f73 Mon Sep 17 00:00:00 2001 From: William Chen Date: Thu, 3 Feb 2022 14:31:20 -0800 Subject: [PATCH 1/2] Update README with new documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5b6a7e9..7fb16582 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ render() { ## Motivation -In short, this is a 2016 approach to rich text editing built on modern, battle-hardened components and, importantly, we do not store document state in the DOM, eliminating entire classes of common "WYSIWYG" problems. +In short, this is a 2022 approach to rich text editing built on modern, battle-hardened components and, importantly, we do not store document state in the DOM, eliminating entire classes of common "WYSIWYG" problems. This editor is built on [Draft.js][draft-js] from Facebook. Draft.js is more of a low-level framework (`contentEditable` abstraction), however this component is intended to be a fully polished UI component that you can reach for when you need to replace a `