New rich text editors use native contenteditable without abstractions over DOM
New rich text editors use native contenteditable without abstractions over DOM
4 by m_baranowski | 1 comments on Hacker News.
DraftJS, Slate, ProseMirror, Quill and more - they all use their model for abstracting DOM (unfortunately I don't rememeber what was the exact reasoning; Quill has some article on that https://ift.tt/2XEiL3H) I can see now the surge of new RTEs that simply use contenteditable and dom. Is it that isssue from the past that led those libs above to use abstractions - are not valid anymore? Examples: https://ift.tt/3lPo34v; https://ift.tt/3kutMxx; https://ift.tt/3CD1VRE; https://zenpen.io;
4 by m_baranowski | 1 comments on Hacker News.
DraftJS, Slate, ProseMirror, Quill and more - they all use their model for abstracting DOM (unfortunately I don't rememeber what was the exact reasoning; Quill has some article on that https://ift.tt/2XEiL3H) I can see now the surge of new RTEs that simply use contenteditable and dom. Is it that isssue from the past that led those libs above to use abstractions - are not valid anymore? Examples: https://ift.tt/3lPo34v; https://ift.tt/3kutMxx; https://ift.tt/3CD1VRE; https://zenpen.io;
Comments
Post a Comment