React, rendering HTML saved from draft-js?
I'm learning React: totally newbie. If I save to DB the HTML directly from draft.js (or it's variants always based on it) and then in a view page of my React SPA I retrieve HTML from DB through my API: QUESTIONS: how can I render that HTML? dangero...
Mar 8, 2018J