React JS Tutorial [2023]: Backend Server Setup Using NodeJS and Express

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

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

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

    One of the best tutorials , glad I found it. Explained everything clearly

  • @christophernolan8761
    @christophernolan8761 3 หลายเดือนก่อน

    really terrific. You are a very good instructor. 1 question: in the client, does each page run its own axios fetch code on the page (or is that code separated out like a component)? Thanks again for the really helpful videos on React.

  • @NinjaGaiden2012
    @NinjaGaiden2012 5 หลายเดือนก่อน

    best tutorial ever! Thank you!

  • @mamoonaarshad5834
    @mamoonaarshad5834 6 หลายเดือนก่อน

    This is such an amazing tutorial!!

  • @Torch3838
    @Torch3838 ปีที่แล้ว +1

    Very helpful vid, keep up the good work👊🏾

  • @darkrager2000
    @darkrager2000 9 หลายเดือนก่อน

    Super explanation bro, thank you

  • @MrKyriakos32
    @MrKyriakos32 10 หลายเดือนก่อน

    Nice one, though in the users router I would use res.json instead of res.send just to make sure that the content-type is correct

  • @Spirituhim
    @Spirituhim 8 หลายเดือนก่อน

    you saved my life!!!! thx a loooot!

  • @shahabfarmani8439
    @shahabfarmani8439 ปีที่แล้ว

    nice my favorite react teacher

  • @Mr.AbidAkashOfficial
    @Mr.AbidAkashOfficial 9 หลายเดือนก่อน

    Thanks bro..
    U deserve a sub

  • @user-un4jp6bt6u
    @user-un4jp6bt6u 10 หลายเดือนก่อน

    You are amazing 👏 😊

  • @bvedantcodes
    @bvedantcodes 10 หลายเดือนก่อน

    With NextJS is there any point to setting up these two facets manually? From what I understand a Next app environment consists of React for the front-end and Express for the back-end out of the box.

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

    I'm used to separating the BE in its own directory but have it still use the original package.json at root, here you init one inside the backend dir - is there a specific programmatic reason for doing this, or does this just keep things organized?

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

      I actually recommend separating them in their own folders. I think I show this in the next tutorial or something lol. I have seen others do this, but I do think it's more clean to have the BE and FE in their own 🙌

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

      ​@@codrkai actually i thought about it more and i'm like duh, prob nice to keep dependencies separate. Aint nobody using jquery slider on the server

  • @jawadafzal6170
    @jawadafzal6170 ปีที่แล้ว +1

    where is the code of Contact page?

  • @BEASTYBOY120
    @BEASTYBOY120 ปีที่แล้ว

    you reference localhost a lot; however, what if I'm running my project on an ec2 instance. would I instead replace localhost with my instance ip or would that cause conflict?

  • @mrpropertiesgnt
    @mrpropertiesgnt ปีที่แล้ว

    hi without using node js can we connect, mongo db to react js ???