Build a Code Editor in React

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 18

  • @colbyfayock
    @colbyfayock  Před měsícem

    Learn how to build a full stack Next.js app in my upcoming course: colbyfayock.com/course

  • @visheshmp
    @visheshmp Před 6 měsíci +1

    straight to the point, this is the kind of video I like.

  • @colbyfayock
    @colbyfayock  Před 9 měsíci

    Get fresh tutorials and other free content straight to your inbox! colbyfayock.com/news

  • @siddheshshrirame6909
    @siddheshshrirame6909 Před 4 měsíci

    Really liked the way you explained the thing !!

  • @ichangetheway
    @ichangetheway Před 9 měsíci

    Great timing! I was searching for a solution and this video just poped out :) Thank you.

  • @atandadavid5554
    @atandadavid5554 Před 4 měsíci

    Thanks man! This was so helpful for me.

  • @hyltonjp
    @hyltonjp Před 3 měsíci

    Nice tutorial. Any chance you will make more that expands on this? One use case that I really can not find anywhere is bringing in my own models or getting in intelisense for files that I work with a lot. It would be great if you could show how to bring in a commonjs file and see the parameters that are documented in JSDoc.

    • @colbyfayock
      @colbyfayock  Před 3 měsíci

      hey thanks for the ideas. i honestly can't imagine i'll be making one like that anytime soon but i'll add it to my list for sure

  • @mbkfah
    @mbkfah Před 8 měsíci +1

    thank you for make this video 🔥🔥🔥🔥🔥🔥

  • @user-wq9ch5np3k
    @user-wq9ch5np3k Před 6 měsíci

    Very precise! Is Monaco an industry standard or is there any alternative which is widely used in the market currently?

    • @colbyfayock
      @colbyfayock  Před 6 měsíci

      Monaco is pretty popular because it's basically dropping in VS Code. i dont know that there's necessarily a "standard" right now. there are a few solid solutions, each have their pros and cons depending on the use case

  • @glenjohn1237
    @glenjohn1237 Před 4 měsíci

    How to execute python code using this code editor?