tiptap/packages/react
Nick Perez df5609cdff
fix: default to rendering the editor immediately, while staying backward compatible (#5161)
* fix: default to rendering the editor immediately, while staying backward compatible

* feat: add `useEditorWithState` hook for extracting state and editor instance simultaneously

* feat(react): add `useEditorState` hook for subscribing to selected editor state

* docs: add an example to show the concept

* chore: add changeset
2024-07-10 11:41:43 +02:00
..
src fix: default to rendering the editor immediately, while staying backward compatible (#5161) 2024-07-10 11:41:43 +02:00
CHANGELOG.md chore(release): publish a new pre-release version (pre) 2024-07-03 22:55:13 +02:00
package.json fix: default to rendering the editor immediately, while staying backward compatible (#5161) 2024-07-10 11:41:43 +02:00
README.md docs: consistent naming (#3882) 2023-03-27 11:20:31 +02:00
rollup.config.js Merge branch 'main' into develop 2024-07-02 16:21:06 +02:00

@tiptap/react

Version Downloads License Sponsor

Introduction

Tiptap is a headless wrapper around ProseMirror a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as New York Times, The Guardian or Atlassian.

Official Documentation

Documentation can be found on the Tiptap website.

License

Tiptap is open sourced software licensed under the MIT license.