Hi Ian,
Thanks for the feedback! I definitely enjoy using Quill. In fact, I have a new project I'm working on with a React front-end and Rails back-end and I'm using Quill as my editor. I found out that the editor content from on change events return the raw HTML which makes PostgreSQL storage so easy and the code is simple. The only trick was to use html-react-parser to parse the HTML data.
We're a place where coders share, stay up-to-date and grow their careers.
Hi Ian,
Thanks for the feedback! I definitely enjoy using Quill. In fact, I have a new project I'm working on with a React front-end and Rails back-end and I'm using Quill as my editor. I found out that the editor content from on change events return the raw HTML which makes PostgreSQL storage so easy and the code is simple. The only trick was to use html-react-parser to parse the HTML data.