How to load npm module type definition in Monaco using Webpack and react create-react-app
I wanted to load some module type definitions in Monaco inside a react app for tutorial purposes.
I wanted to load some module type definitions in Monaco inside a react app for tutorial purposes.
How can I use monaco in my electron app? out this example: What’s the proper way to do that? i’m open to new suggestions. I throughout into building a micro frontends but it’s not that nice in react/electron and in the end i would have to include the final index output file using iframe. I wish I could use something we do with dlls in desktop application. note: i’m new to react and electron, perdon mystakes that seems so simple.
I’ve not been able to handle line-break/new-line/carriage-return on Monaco Editor when processed with PHP (Laravel). I want to store the code to MySQL thereafter.
Eventually, the stored code will be displayed on the Monaco Editor anyway.