This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
A React framework for building text editors.
A React framework for building text editors.
Draft.js -------------------- ## Status **THIS PROJECT IS CURRENTLY IN MAINTENANCE MODE. It will not receive any feature updates, only critical security bug patches. On 31st December 2022 the repo will be fully archived.** For users looking for an open source alternative, Meta have been working on migrating to a new framework, called [Lexical](https://github.com/facebook/lexical). It's still experimental, and we're working on adding migration guides, but, we believe, it provides a more performant and accessible alternative. -------------------- Draft.js is a JavaScript rich text editor framework, built for React and backed by an immutable model. - **Extensible and Customizable:** We provide the building blocks to enable the creation of a broad variety of rich text composition experiences, from basic text styles to embedded media. - **Declarative Rich Text:** Draft.js fits seamlessly into [React](http://facebook.github.io/react/) applications, abstracting away the details of rendering, selection, and input behavior with a familiar declarative API. - **Immutable Editor State:** The Draft.js model is built with [immutable-js](https://facebook.github.io/immutable-js/), offering an API with functional state updates and aggressively leveraging data persistence for scalable memory usage. [Learn how to use Draft.js in your own project.](https://draftjs.org/docs/getting-started/) Draft.js is used in production on Facebook, including status and comment inputs, [Notes](https://www.facebook.com/notes/), and [messenger.com](https://www.messenger.com). ## API Notice Before getting started, please be aware that we recently changed the API of Entity storage in Draft. Previously, the old API was set to be removed in `v0.11.0`. Since, the plans have changed— `v
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...