InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Remirror Alternatives
Similar projects and alternatives to remirror
-
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
-
lexical
Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
-
-
TinyMCE
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
-
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
-
-
-
-
-
-
megadraft
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
-
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
remirror discussion
remirror reviews and mentions
-
Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
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?
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?
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
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.
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
-
A note from our sponsor - InfluxDB
www.influxdata.com | 14 May 2025
Stats
remirror/remirror is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of remirror is TypeScript.