sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
320 stars 44 forks source link

Use vanilla React for link-editing form, and remove react-hook-form dependency #6

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

The form behavior should essentially be identical, but we can reduce the bundle impact and simplify things by reducing external dependencies.