Skip to content

Files

Latest commit

494fc83 · Aug 2, 2020

History

History
19 lines (12 loc) · 804 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 804 Bytes

@rimoe/react-monaco-editor

Monaco Editor for React

A combination of react-monaco-editor and @monaco-editor/react.

npm i @rimoe/react-monaco-editor
yarn add @rimoe/react-monaco-editor

Compared to react-monaco-editor, you don't need to configure webpack because we are using a cancelable loader the same as @monaco-editor/react. The core code about Monaco Editor is similar to react-monaco-editor.

But, we don't have a DiffEditor yet.

Most of the code in this project is copied from react-monaco-editor and @monaco-editor/react. Both of them are MIT License.