Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ragesoss opened this issue Jul 25, 2018 · 0 comments
Open

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

ragesoss opened this issue Jul 25, 2018 · 0 comments

Comments

@ragesoss
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant