0

I'm building a simple Markdown editor and I'm currently saving the EditorState as well as the contents of the document to my store (because I want to be able to persist the document the user is editing). The question I'm facing now is wether the editor state should be handled by Redux or by DraftJS.

Should I delegate the editor changes to Redux or to DraftJS?

César Alberca
  • 2,321
  • 2
  • 20
  • 32

0 Answers0