The original title was too long: “ We rewrote The New York Times’ text editing library. Then we open sourced it. Then we rewrote it again.”<p>Quick summary:<p>- The original NYT library is this one: <a href="https://github.com/nytimes/react-prosemirror">https://github.com/nytimes/react-prosemirror</a><p>- This is the author’s rewrite: <a href="https://github.com/handlewithcarecollective/react-prosemirror">https://github.com/handlewithcarecollective/react-prosemirro...</a><p>- They rewrote ProseMirror’s renderer in React instead of having a layer sit between the two.<p>- The author answered questions over on Reddit and had good insight into how their rewrite compares to other ProseMirror based libraries: <a href="https://old.reddit.com/r/reactjs/comments/1ij7lmb/why_i_rebuilt_prosemirrors_renderer_in_react/" rel="nofollow">https://old.reddit.com/r/reactjs/comments/1ij7lmb/why_i_rebu...</a>