Tiny Logo
14-day Cloud trial
Start today. For free.

One editor. 50+ features. Zero constraints. After your trial, retain the advanced features.

Try Professional Plan for FREE
PricingContact Us
Log InGet Started

The best WYSIWYG rich text
editor for React

Trusted by 1.5M developers. Used in 100M+ apps.
No matter the project, TinyMCE React works best

Get TinyMCE FREEExplore Premium Plans
Tiny Logo
TinyMCE toolbar menu

React rich text editor is
a lightweight feature-rich
WYSIWYG HTML editor

Can be added to any kind of React project

The React editor lets you build custom content creation
and editing experiences within your application

Why use TinyMCE as
your React rich text
editor?

TinyMCE is a JavaScript-based rich text editor that lets you add advanced editing capabilities to your React project.

Using our purpose-built React integration, take advantage of out-of-the-box features, or build your own content creation experience with virtually infinite customizations.

  • Lightweight, fast, and easy to use
  • Quick setup with NPM or Yarn
  • Self-host or load from the Cloud
  • Stress-free maintenance and updates
  • Free editor core with premium upgrades
  • Fully customizable UI
  • 50+ plugins for advanced content creation, collaboration and compliance
  • Can be used as a controlled or uncontrolled React component
  • Easy extensibility with 400+ APIs
  • Actively maintained and improved
  • Community and professional support

Add TinyMCE as your
React WYSIWYG editor

It's easy. And trusted by 1.5M devs.

1import React, { useRef } from 'react';
2import { Editor } from '@tinymce/tinymce-react';
3
4export default function App() {
5    const editorRef = useRef(null);
6    const log = () => {
7    if (editorRef.current) {
8        console.log(editorRef.current.getContent());
9    }
10  };
11  return (
12    <>
13    <Editor
14        onInit={(evt, editor) => editorRef.current = editor}
15        initialValue="<p>This is the initial content of the editor.</p>"
16        init={{
17        height: 500,
18        menubar: false,
19        plugins: [
20           'a11ychecker','advlist','advcode','advtable','autolink','checklist','export',
21           'lists','link','image','charmap','preview','anchor','searchreplace','visualblocks',
22           'powerpaste','fullscreen','formatpainter','insertdatetime','media','table','help','wordcount'
23        ],
24        toolbar: 'undo redo | casechange blocks | bold italic backcolor | ' +
25           'alignleft aligncenter alignright alignjustify | ' +
26           'bullist numlist checklist outdent indent | removeformat | a11ycheck code table help'
27        content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:14px }'
28        }}
29    />
30    <button onClick={log}>Log editor content</button>
31    </>
32  );
33}

TinyMCE React integration docs

Setup instructions:

Cloud CDN Package manager ZIP Package

Trusted by developers

Peter Levels's avatar
Peter Levels@levelsio

✨ I found out ~50% of my support tickets on remoteok.com were about Markdown issues:

- non-tech people don't understand it
- format is inconsistent
- buggy if complex like * a list with **bold text**

So I now switched to TinyMCE which is HTML: tiny.cloud

Oussama Jaaouani's avatar
Oussama Jaaouani@NTechnologiesL1

We tried many other #tools and we finally decided to go with @tinymce, simply because you're the best.

Abdulramon Jemil's avatar
Abdulramon Jemil@AbdulramonJemil

I'm beginning to love @tinymce more and more. Been exploring its features since morning...

SeaCat's avatar

Thanks! I tried many other tools - all open-source and came to the conclusion that many people may disagree with.

I decided to go with TinyMCE not because it's open-source but because they have a commercial license what may mean they will fix bugs and add great features faster.

TinyMCE React
integration compatibility

Our React text editor is regularly updated
and actively maintained

TinyMCE logo

Versions 4, 5, 6

+

React logo

Versions 16, 17, 18

Browsers

Chrome BrowserFirefox BrowserSafari BrowserMicrosoft Edge BrowseriOSAndroid

Deployment type

Tiny CloudNPMYarnZIP

All the WYSIWYG
features users love

Supercharge your React textareas with
state-of-the-art editor functionality

Clean copy-and-paste
  • Cleanly copy-pastes content from Word, Excel and Google Docs
  • Option to strip or preserve advanced formatting
  • Underlying HTML code doesn't break
  • 99.9% accuracy rate
Explore PowerPaste
Clean copy-and-paste
React editable tables
  • Advanced sorting and table functionality
  • Looks and feels like the most popular spreadsheet tools
  • Delivers familiarity combined with advanced features
Explore Advanced Tables
React editable tables
React HTML code editor
  • Switch between editing rich text content and the underlying HTML with the click of a button
  • Color syntax highlighting, search and replace, bracket matching, code folding, and multiple selections
  • Allows developers and power users to jump in and edit the code behind the content
Explore Advanced Code Editor
React HTML code editor
React image editor
  • Flip, rotate, crop, resize and apply filters within the editor
  • Modify images to fit content without leaving the browser
  • Replaces the need for other image editing software
Explore Enhanced Image Editing
React image editor

Looking for projects that
TinyMCE can be used for?

Access use-case specific starter configs
to kickstart your rich text editing project
Content Management Systems (CMS) ->Email & Messaging Platforms ->Document Management Systems (DMS) ->Customer Relationship Management (CRM) ->Workflow & Collaboration Platforms ->Learning Management Systems (LMS) ->Internal & SaaS Applications ->

Ready to use TinyMCE for
your project?

Get a quote

TinyMCE FAQs

What is the best rich text editor for React?

TinyMCE is the best React rich text editor for most user interfaces due to its highly customizable nature, rich set of features, including file and media handling, and ease of integration. It has excellent documentation and support, has a familiar interface for users.

TinyMCE is the fastest React rich text editor loading in speedy 30.8ms from a standard React app (only 11.4% of the total time using Chrome Call Tree in browser).

How to add WYSIWYG editor to React?

In order to add WYSIWYG editor to React, install TinyMCE React integration through NPM, Yarn, Cloud CDN or Zip download, add it to your core App.js file, and configure any options or plugins before you run your React app.

Why should you choose TinyMCE React rich text editor?

Fast and easy setup, a fully customizable UI, productivity, compliance and collaboration features, and a first-party React integration are all great reasons to choose TinyMCE as your React rich text editor.

What is the price for TinyMCE React WYSIWYG editor?

TinyMCE and its React framework integration are 100% free under the MIT open source license. Advanced features and support are available at an additional cost.

Does the TinyMCE React rich text editor have copy and paste functionality?

Yes. TinyMCE has a feature called PowerPaste, which retains formatting and cleans the HTML copied from Word, Excel and Google Docs with 99.9% accuracy.

Does the TinyMCE React rich text editor have text formatting and styling functionality?

Yes. TinyMCE has all of the features your users would expect from any word processor-type tool.

One of the most trusted and downloaded components for 20+ years

Frameworks
12+ frameworks and 400+ flexible APIs

Easily integrates into your tech stack and enhances your editing experience. 7 first-party and 5 third-party endorsed integrations that make development easier

Explore Integrations ->
Hosting
Get TinyMCE two ways Cloud-based or Self-hosted

Get a Free API key to use TinyMCE from the Cloud or Download the SDK for use in your Self-Hosted application

Learn About Hosting ->
Customization
Modify TinyMCE to suit custom use cases

Developers have full source code control for endless customizations

  • Out-of-the-box
  • UI customisation
  • API customisation

Explore Customization ->

Need more ideas on adding rich text editing to your React project?

Join 100,000+ developers who get regular tips & updates from the Tiny team.
Email Address
Tiny logo

Stay Connected

Products

TinyMCEDriveMoxieManager
© Copyright 2023 Tiny Technologies Inc.

TinyMCE® and Tiny® are registered trademarks of Tiny Technologies, Inc.