Draft Js
draft-js
A React framework for building text editors.
Rich Text
draftjs
editor
react
richtext
draft-js
Rich Text
javascript
npm
frontend
open source
Stars
23k
Weekly
945k
Open issues
954
Bundle
~25 kB
Installation
npm install draft-jsCode example
import { DraftJs } from "draft-js";
export function Example() {
return (
<div>
<h2>Draft Js</h2>
<DraftJs />
</div>
);
}Pros & cons
Pros
- Actively maintained by flarnie
- 945k weekly downloads. Battle tested
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 954 open issues on GitHub