You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 withtinymce-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?
The text was updated successfully, but these errors were encountered: