Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
Slate is a customizable rich text editor framework that treats documents as a recursive tree of nodes. It functions as a schema-based, state-driven system designed to enforce structural constraints and manage nested components within a structured document model. The framework utilizes a plugin-based architecture to extend editor functionality, allowing for the injection of custom logic into the rendering and transformation pipeline. It supports real-time collaborative editing by synchronizing document operations across multiple users. The system covers a broad range of capabilities, includin
Pure React rich text WYSIWYG editor based on draft-js.
The main features of sstur/react-rte are: React Editors, Rich Text Editors.
Open-source alternatives to sstur/react-rte include: globocom/megadraft — Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and… jpuri/react-draft-wysiwyg — This project is a rich text editor component for React applications that provides a visual interface for composing and… ckeditor/ckeditor4-react — Official CKEditor 4 React component. ckeditor/ckeditor5-react — Official CKEditor 5 React component. ianstormtaylor/slate — Slate is a customizable rich text editor framework that treats documents as a recursive tree of nodes. It functions as… liferay/alloy-editor — WYSIWYG editor based on CKEditor with completely rewritten UI.