Differences between react-tinymce and tinymce-react?
Opened this issue · 0 comments
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?