I am looking for methods to manage contenteditable elements as React components.
Examining Facebook's source through React DevTools extends it by writing a contenteditable comment editor that seems to be fully managed by React.

In the component tree, you can see that the conteneditable update starts updating the tree of components that are child contenteditable .
reactjs contenteditable
Max
source share