instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

Differences between react-tinymce and tinymce-react? #95

Open ragesoss opened 5 years ago

ragesoss commented 5 years ago

It looks like, since the last commits to this project in October 2017, a new React integration library was created by TinyMCE: https://github.com/tinymce/tinymce-react

This was the first one I found and tried, but today I tried switching over to tinymce-react. I found that they both worked smoothly for me, and the API is very similar. The biggest difference I noticed is that this one uses an iframe to insert the editor, and you pass in a stylesheet to the config if you want to match the styling of the rest of the page, while with tinymce-react it works like a normal React component and inherits all the styles like a normal element.

Are there any other major differences that would help people choose between the two?