How do you render Quill Deltas as JSX?

Viewed 15

I'm using ReactQuill, and is there any way to convert a Quill Delta into JSX? I know there is a library called quill-delta-to-html, but I'd like to avoid using dangerouslySetInnerHTML if at all possible.

0 Answers
Related