react rich text editor is a ui component built completely in react that is meant to be a full-featured textarea replacement.
react rich text editor is a ui component built completely in react that is meant to be a fullfeatured textarea replacement. it's based on the excellent, open source draft.js from facebook which is performant and productiontested.
features
pure react and fully declarativesupported formats: html and markdown (coming soon: extensible support for custom formats)document model represents your document in a sane way that will deterministically convert to clean markup regardless of your format choicetakes full advantage of immutable.js and the excellent performance characteristics that come with it.reliable undo/redo without a large memory footprintmodern browser support
wysiwyg-editor markdown text-editor javascript-development html wysiwyg-html-editor