LoginSignup
0
2

More than 5 years have passed since last update.

簡単にDraft.jsについて

Posted at

Draft.jsはFacebookのReact製リッチテキストフォームを作れるコンポーネント。

公式
https://facebook.github.io/draft-js/

具体的にどんなことができるかというと、
2月の「React.js Conf 2016」の動画がyoutuubeにあります。
デモは21:00あたりから。
https://youtu.be/feUYwoLhE_4

とりあえずexamplesを触ってみたい場合、公式の用意しているものがシンプルで判りやすい。

git clone https://github.com/facebook/draft-js.git
cd draft-js
npm install
npm run build

FacebookではNotesとmessengerで使われており、実際のプロダクトで使われているところが安心感がある。

サポートや議論はslack teamでをしている。
https://draftjs.herokuapp.com

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2