Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以说 Draft.JS 是 CKEditor 的替代品吗?
我已经阅读了有关 Draft.js 的内容,到目前为止,我得出的结论是它仅针对 React.js 编写,而另一方面,CKEditor 可用于 PHP、JS 等。
DraftJS 有更多的功能,但相比之下,它几乎没有社区支持,所以就解锁该功能而言,您基本上是靠自己的力量。
在我看来,draft.js 不会取代 CKEditor。它完全基于您对编辑器的要求。
CKEditor 是一个稳定的所见即所得编辑器,带有高级插件。
Draft.js 是一个基于 REACT 的所见即所得编辑器组件,具有简单的编辑行为。