cezarneaga
8/26/2016 - 6:46 AM

Proposal for lightning talk at Reactive Conf 2016

Proposal for lightning talk at Reactive Conf 2016

Rich text editing with DraftJS Plugins

Earlier this year Facebook open sourced its React based rich text editing framework Draft.js. At Facebook it powers status updates, comments & notes. Others used it to build editors matching Medium’s experience.

Together with a whole team of open source contributors I built a plugin architecture on top of Draft.js. In this talk I walk you through the existing plugins and show how you can build your own feature-rich text editor for the web with only a handful lines of code. 邏

DraftJS Plugins

  • Emoji
  • Stickers
  • Hashtags
  • Linkify
  • Mentions
  • Counter
  • Undo
  • Air Toolbar
  • Drag & Drop
  • Autolist
  • Singleline
  • Table

Please, star this gist if you want to support me.  Looking forward to meet you in Bratislava!

Nik Graf