roosterjs VS remirror

Compare roosterjs vs remirror and see what are their differences.

roosterjs

roosterjs is a framework-independent javascript rich text editor. (by microsoft)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
roosterjs remirror
2 7
839 2,579
2.7% 1.4%
9.8 8.0
3 days ago 2 days ago
TypeScript TypeScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

roosterjs

Posts with mentions or reviews of roosterjs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-17.

remirror

Posts with mentions or reviews of remirror. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-01.
  • Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
    17 projects | news.ycombinator.com | 1 Aug 2023
    We have been using Tiptap in production for more than a year in Notesnook[0]. Glad to see it finally launching here on HN!

    We have had quite a long and rough ride in search of a stable rich text editor. We began with Quill.js then migrated to TinyMCE and then finally settled on Prosemirror. Unfortunately, contenteditable is still absolutely horrible on web browsers, especially mobile ones.

    Tiptap is a good choice if you are looking for a framework agnostic and thin abstraction over Prosemirror. However, if you are primarily working with React you should go with Remirror[1]. Tiptap's APIs are heavily inspired by Remirror (almost a duplicate in some places). Remirror takes the edge on the maturity and stability of the API and extensions. The sheer number of utilities offered by them to simplify Prosemirror's APIs is astounding.

    In the end, though, its Prosemirror that's doing all the heavy lifting. And no matter how many abstractions you put on it, you will have to get really, really close in with Prosemirror's internals. Tiptap or Remirror do not make that any easier or harder aside from the initial bootstrapping.

    [0] https://notesnook.com

    [1] https://remirror.io

  • Best Text Editor to integrate with React?
    3 projects | /r/reactjs | 8 Apr 2023
    I used and enjoyed my time with https://remirror.io/. It is built on prosemirror with better DX.
  • What is the best Rich Text Editor for ReactJS now?
    9 projects | /r/reactjs | 3 Aug 2022
    We're using remirror in our product. It's built on top of ProseMirror so it's very flexible to build your own editor.
  • Keep your JavaScript repository clean
    2 projects | dev.to | 9 Apr 2022
    One elegant solution I found in remirror repo. There all config files that should stay in the root of the project are actually in the ./support/root/ directory, and they are locally symlinked when setting up the project.
  • Rich Text Editor for React with Typescript? Finding it difficult.
    4 projects | /r/reactjs | 28 Mar 2021
    If look for a react wysiwyg editor written in TypeScript Remirror is probably your best bet. It is based on ProseMirror.
  • ProseMirror toolkit building a CMS in React
    3 projects | dev.to | 22 Mar 2021
    View on GitHub
    3 projects | dev.to | 22 Mar 2021

What are some alternatives?

When comparing roosterjs and remirror you can also consider the following projects:

tiptap - The headless rich text editor framework for web artisans.

react-quill - A Quill component for React.

Draft.js - A React framework for building text editors.

react-ace - React Ace Component

megadraft - Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility

react-medium-editor - React wrapper for medium-editor

TinyMCE - The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular

ProseMirror - The ProseMirror WYSIWYM editor

react-codemirror - Codemirror Component for React.js

awesome-draft-js - Awesome list of Draft.js resources

react-contenteditable - React component for a div with editable contents