Any way to implement in-app IDE

Hey guys,

I’m trying to to build the web app, and part of the functionality - is the ability to edit code-generated code.

I need something like monaco-editor, but integration via npm plugin didn’t work.

Js executes, but HTML embed doesn’t show anything

Found in the tutorial, if the framework has “require” in pckg, it most likely doesn’t work

Has anyone tried to implement anything similar?

Hello. I’ve implemented Firebase this way, where I had the similar issue, check out the blog:

You basically need to embed the JavaScript in an another way. Or you could create a Custom Coded Component, but that’s a whole other story.