What is the recommended way of storing the content from DraftJS in a database?
I want to try DraftJS for my next project, where the scope varies from Admin panel pages' content, to users Posts, comments, and code snippets.
What are the options available to store data, like directly DraftJS state object, or parsing it to plain content, or some other way, how?