Skip to content

Advantages over Tiptap.dev implementation? #27

Answered by smoores-dev
aquelehugo asked this question in Q&A
Discussion options

You must be logged in to vote

Ultimately, React ProseMirror and TipTap are solving different problems.

TipTap is aiming to provide an abstraction layer over ProseMirror, along with many building blocks for common rich text editing use cases. This includes, for example, extensions for comments and an entire fullstack system for CRDT-based collaborative editing. Incidentally, this includes integrations with multiple frontend libraries, including React, but also Vue and Svelte.

React ProseMirror aims to solve one problem: safely integrate ProseMirror and React. It avoids introducing any new APIs, and aims to be compatible with most existing ProseMirror code and libraries out of the box. A library like TipTap could, conce…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aquelehugo
Comment options

Answer selected by aquelehugo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants