DEV Community

Discussion on: What is Slate.js, and will it replace Quill and Draft.js?

Collapse
 
aleksandrhovhannisyan profile image
Aleksandr Hovhannisyan

will it replace Quill and Draft.js

Based on my experience, 100% yes. Or at least it should. We used Quill for our old text editor and it was a pain to customize. It's mostly batteries included, which is great until you need to implement any custom functionality. Slate has been phenomenal so far. It's so much saner to work with, especially if your app is built with React.

Good write-up! I would also add that Slate is very easy to mock and test, whereas Quill is... well, not.