An open API service indexing awesome lists of open source software.

https://github.com/acao/monaco-next-example

working example of monaco editor + next.js with custom language worker (graphql)
https://github.com/acao/monaco-next-example

Last synced: 3 months ago
JSON representation

working example of monaco editor + next.js with custom language worker (graphql)

Awesome Lists containing this project

README

        

This is a working example of `monaco-editor` and `monaco-graphql` using `next.js` 13

It shows how to use the latest monaco-editor with next.js and a custom webworker, without using `@monaco/react` or `monaco-editor-react`'s approach of cdn (AMD) bundles. These approaches avoid using ESM `monaco-editor` or webworkers, which cause some issues.

This work was sponsored by [Grafbase](https://grafbase.com/)