Hacker News new | ask | show | jobs
by ergo14 3312 days ago
But this is built with React so its not really reusable outside of its ecosystem. Is there a version that would run on preact instead? Maybe QuillJS would be a better option for general purpose editor.
1 comments

If you use preact without preact-compat then you seal yourself into the preact ecosystem. That's why preact-compat exists.
I was thinking more about using the editor with our polymer and vuejs applications.