reactjs - React.JS - Manage content of contenteditable div as React components -
i'm looking methods of managing elements of contenteditable
react components.
exploring facebook's source via react devtools extension reveals wrote contenteditable
comment editor seems managed react.
you can see in components tree updating conteneditable
triggers updates components tree children of contenteditable
.
facebook released draft.js - https://facebook.github.io/draft-js/
Comments
Post a Comment