React For Beginners 6 : Auto Format React Code With Prettier

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2023
  • How to auto format react code using prettier.
    How to format code on save.
    Entire React Playlist: • React For Beginners 1 ...

ความคิดเห็น • 7

  • @friker9236
    @friker9236 8 หลายเดือนก่อน +4

    Hi! I just wanted say that I'm using your Entire React Playlist and there is no Part 7 included. Keep up with the free courses they are amazing!

  • @MohamedlamineDoumbia-xo9mc
    @MohamedlamineDoumbia-xo9mc หลายเดือนก่อน +1

    You are the best on youtube

  • @najlaas225
    @najlaas225 หลายเดือนก่อน +1

    thanks

  • @karenmagno3687
    @karenmagno3687 หลายเดือนก่อน +1

    thank you for this tip!

  • @radimkohynor8911
    @radimkohynor8911 2 หลายเดือนก่อน

    i have a problem , the program write me eror . please ,help me
    {
    "editor.acceptSuggestionOnCommitCharacter": true,
    "liveServer.settings.donotShowInfoMsg": true,
    "workbench.sideBar.location": "right" ,
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "editor.formatOnSave": true
    }