DEV Community

Discussion on: Using Quill editor with Javascript and Rails API backend

Collapse
 
ting682 profile image
Ting Chung

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.

Collapse
 
abhishekschauhan profile image
AbhishekSChauhan

Can you let us know how have you done in react with rails back-end while storing images and video-embed with quill, it will be really helpful as I am new to web development , it would be a great learning for me.
Thanks in advance