You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
redraft is a project to render DraftJS state to React components without having to render a readOnly editor. (this is important for our use case b/c we're rendering hundreds of messages composed with DraftJS and rendering hundreds of DraftJS editors in readOnly mode is slow)
It'd be great to create a renderer from this plugin to React components using redraft. This is what a redraft renderer looks like: (shortened example from the redraft README)
redraft
is a project to render DraftJS state to React components without having to render areadOnly
editor. (this is important for our use case b/c we're rendering hundreds of messages composed with DraftJS and rendering hundreds of DraftJS editors inreadOnly
mode is slow)It'd be great to create a renderer from this plugin to React components using
redraft
. This is what aredraft
renderer looks like: (shortened example from theredraft
README)This seems very possible and would complement @jpuri's awesome
draft-to-markdown
. (which works beautifully in tandem with this plugin by the way)What do you think?
The text was updated successfully, but these errors were encountered: