I\'m looking for methods of managing elements of contenteditable
as React components.
Exploring Facebook\'s source via React DevTools extension reveals that
Facebook just released Draft.js - https://facebook.github.io/draft-js/
update:
Facebook has released draft-js which is meant for building text editors with react. https://github.com/facebook/draft-js
original answer which is now outdated:
Go ahead, there is nothing special for this.
here are some examples: