🌐
GitHub
github.com › react-monaco-editor › react-monaco-editor
GitHub - react-monaco-editor/react-monaco-editor: Monaco Editor for React. · GitHub
Monaco Editor for React. Contribute to react-monaco-editor/react-monaco-editor development by creating an account on GitHub.
Starred by 4.2K users
Forked by 389 users
Languages   TypeScript 67.0% | JavaScript 31.7% | HTML 1.3%
🌐
GitHub
github.com › suren-atoyan › monaco-react
GitHub - suren-atoyan/monaco-react: Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins · GitHub
Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins - suren-atoyan/monaco-react
Starred by 4.7K users
Forked by 318 users
Languages   TypeScript 93.2% | JavaScript 4.6% | CSS 1.2% | HTML 1.0%
🌐
GitHub
github.com › uiwjs › react-monacoeditor
GitHub - uiwjs/react-monacoeditor: Monaco Editor component for React. · GitHub
Monaco Editor component for React. demo @uiwjs.github.io/react-monacoeditor/ npm install @uiw/react-monacoeditor --save ·
Starred by 319 users
Forked by 26 users
Languages   TypeScript 96.1% | HTML 3.9%
🌐
GitHub
github.com › CodinGame › monaco-editor-react
GitHub - CodinGame/monaco-editor-react
npm install @codingame/monaco-editor-react · Here is an example of a simple integration of monaco editor with a React project.
Starred by 24 users
Forked by 3 users
Languages   TypeScript 95.9% | JavaScript 4.1% | TypeScript 95.9% | JavaScript 4.1%
🌐
npm
npmjs.com › package › @monaco-editor › react
@monaco-editor/react - npm
Latest version: 4.7.0, last published: a year ago. Start using @monaco-editor/react in your project by running `npm i @monaco-editor/react`. There are 1528 other projects in the npm registry using @monaco-editor/react.
      » npm install @monaco-editor/react
    
Published   Feb 13, 2025
Version   4.7.0
Author   Suren Atoyan
🌐
GitHub
github.com › DTStack › dt-react-monaco-editor
GitHub - DTStack/dt-react-monaco-editor: Monaco editor for React.
Provides MonacoEditor and MonacoDiffEditor component, make it easier to use Monaco Editor in React. use npm · npm install dt-react-monaco-editor · or use yarn · yarn add dt-react-monaco-editor · or use pnpm · pnpm install dt-react-monaco-editor ...
Starred by 28 users
Forked by 19 users
Languages   TypeScript 83.5% | JavaScript 15.8% | Shell 0.7% | TypeScript 83.5% | JavaScript 15.8% | Shell 0.7%
🌐
Surenatoyan
monaco-react.surenatoyan.com
Monaco Editor React
Monaco editor wrapper for easy integration with React applications
🌐
GitHub
github.com › rohitghatol › react-monaco-editor-example
GitHub - rohitghatol/react-monaco-editor-example: This is a example of how to use Microsoft Monaco Editor for coding Typescript functions using react-monaco library · GitHub
Demo - https://rohitghatol.github.io/react-monaco-editor-example/ Install CRA · $> npm i create-react-app · Create React Project · $> create-react-app react-monaco-example · Eject React Scripts · $> cd react-monaco-editor $> npm run eject · Install React Monaco Editor and make changes to webpack ·
Starred by 26 users
Forked by 3 users
Languages   JavaScript 93.8% | HTML 4.0% | CSS 2.2%
🌐
GitHub
github.com › TypeFox › monaco-components
GitHub - TypeFox/monaco-components: Monaco Editor and Language Client Wrapper, plus Monaco Editor React Component
March 22, 2024 - This repository started as a Lit ... @codingame/monaco-vscode-api and now features a react component (@typefox/monaco-editor-react) that encapsulates the monaco-editor-wrapper. There are two npm packages generated from this repository:...
Starred by 45 users
Forked by 14 users
Languages   TypeScript 88.7% | HTML 7.7% | JavaScript 3.6% | TypeScript 88.7% | HTML 7.7% | JavaScript 3.6%
Find elsewhere
🌐
GitHub
github.com › Ri-moe › react-monaco-editor
GitHub - Ri-moe/react-monaco-editor: Monaco Editor for React, a combination of react-monaco-editor and @monaco-editor/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.
Author   Ri-moe
🌐
npm
npmjs.com › package › @uiw › react-monacoeditor
@uiw/react-monacoeditor - npm
January 19, 2025 - Monaco Editor component for React. demo @uiwjs.github.io/react-monacoeditor/
      » npm install @uiw/react-monacoeditor
    
Published   Jan 19, 2025
Version   3.6.1
Author   kenny wong
🌐
npm
npmjs.com › package › @codingame › monaco-editor-react
@codingame/monaco-editor-react - npm
February 12, 2026 - This library uses https://github.com/CodinGame/monaco-editor-wrapper · Please refer to this documentation · npm install @codingame/monaco-editor-react · Here is an example of a simple integration of monaco editor with a React project.
      » npm install @codingame/monaco-editor-react
    
Published   Feb 12, 2026
Version   23.0.1
🌐
CodeSandbox
codesandbox.io › examples › package › @monaco-editor › react
monaco-editor/react examples
AboutMonaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins3,065,742Weekly Downloads · Latest version4.7.0 · LicenseMIT · External Links · github.com/suren-atoyan/monaco-react#readme ·
🌐
npm
npmjs.com › package › react-monaco-editor
react-monaco-editor - npm
It depends on Monaco's internal implementations and may change over time, check github issue for more details. onChange(newValue, event) an event emitted when the content of the current model has changed. editorWillMount(monaco) an event emitted before the editor mounted (similar to componentWillMount of React).
      » npm install react-monaco-editor
    
🌐
GitHub
github.com › JeremyGrieshop › react-monaco-editor
GitHub - JeremyGrieshop/react-monaco-editor: Use the Monaco Editor under a create-react-app without having to eject and modify webpack.
March 29, 2021 - A list of Monaco options, defined at https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.ieditorconstructionoptions.html. ... Optional callback after the editor has mounted. ... An object with a value and language properties describing original content. ... An object with a value and language properties describing modified content. ... Optional callback after the editor has mounted. import React from 'react'; import {MonacoProvider, Editor} from '@memsetzero/react-monaco-editor'; function App() { return ( <MonacoProvider theme="vs-dark"> <Editor style={{width: "100%", height: "600px"}} value="Hello, Monaco World!" options={{ lineNumbers: false }} /> </MonacoProvider> ); }
Author   JeremyGrieshop
🌐
UNPKG
unpkg.com › browse › @monaco-editor › react@1.2.1 › README.md
monaco-editor/react/README.md
# monaco-react Monaco Editor for ...odei.co/npm/@monaco-editor/react/) ## Synopsis Monaco editor wrapper for easy/one-line integration with React applications without need of webpack (or other module bundler) configuration files....
🌐
npm
npmjs.com › package › @typefox › monaco-editor-react
@typefox/monaco-editor-react - npm
February 4, 2026 - This packages provides a React component that wraps the functionality of monaco-languageclient and all its tools. All changes are noted in the CHANGELOG. This is npm package is part of the monaco-languageclient mono repo.
      » npm install @typefox/monaco-editor-react
    
🌐
GitHub
github.com › suren-atoyan › monaco-loader
GitHub - suren-atoyan/monaco-loader: The utility to easy setup monaco-editor into your browser
The main problem is the need to do some additional webpack configuration; that's not bad, but some quite useful tools, like CRA, aren't happy with that fact. The library @monaco-editor/react was being created to solve that problem - monaco editor wrapper for easy/one-line integration with React applications without needing to use webpack's (or any other module bundler's) configuration files.
Starred by 232 users
Forked by 43 users
Languages   JavaScript 97.0% | HTML 3.0% | JavaScript 97.0% | HTML 3.0%
🌐
GitHub
github.com › TypeFox › monaco-languageclient
GitHub - TypeFox/monaco-languageclient: A toolbox for building web applications with editors utilizing language servers. · GitHub
This repository now host multiple ... a jsonrpc client and server over WebSocket. monaco-editor-react makes editor and languageclient available within a react component....
Starred by 1.3K users
Forked by 217 users
Languages   TypeScript 86.4% | HTML 5.5% | Langium 5.4% | Shell 0.8% | Dockerfile 0.6% | JavaScript 0.6%