

# Using the editor with collaboration plugins

Install the CKEditor 5 WYSIWYG editor component for React and the editor build of your choice.Īssuming that you picked npm install -save the component inside your project: import React, You can also use a customized editor built by using CKEditor 5 online builder in any React application. Additionally, it is also possible to integrate CKEditor 5 built from source into your application. The easiest way to use CKEditor 5 in your React application is by choosing one of the rich text editor builds. Integrating CKEditor 5 built from sourceĬKEditor 5 consists of ready-to-use editor builds and CKEditor 5 Framework upon which the builds are based.The JavaScript heap out of memory error.Integrating a build from the online builder.Using the editor with collaboration plugins.Customizing one of the predefined builds.Home / CKEditor 5 / Getting started React rich text editor component
