Facebook's JavaScript Rich Text Editor for React


Summary of my bookmarked Github repositories from Feb 22nd, 2016

Github repositories

  • facebookarchive/draft-js

    Draft.js is a JavaScript rich text editor framework designed for React. It offers extensibility and customization, allowing the creation of various rich text composition experiences. The framework provides a declarative API, abstracting rendering, selection, and input behavior details. Draft.js utilizes immutable-js, which ensures immutable editor state and efficient memory usage. It is used in production by Facebook for features like status and comment inputs, Notes, and messenger.com. The project is currently in maintenance mode, receiving critical security bug patches only, with plans to archive the repository and migrate to a new framework called Lexical.