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

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 21

  • @floydizzle
    @floydizzle Месяц назад

    Had to do a refresher on integrating a node/express backend with react and this video explains how to implement them together very clearly. Thanks bro!

  • @dannystorm3179
    @dannystorm3179 Год назад +1

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

  • @suriya_619
    @suriya_619 9 дней назад

    Hi, your videos are easy to learn. can you make a video for "simple react app hosting in render and api sending and receiving".

  • @bruceleeroy8302
    @bruceleeroy8302 5 дней назад

    Great tutorial. I got it to work but I wanted to know which video precedes this with the front end code?

  • @mamoonaarshad5834
    @mamoonaarshad5834 8 месяцев назад

    This is such an amazing tutorial!!

  • @NinjaGaiden2012
    @NinjaGaiden2012 8 месяцев назад

    best tutorial ever! Thank you!

  • @darkrager2000
    @darkrager2000 Год назад

    Super explanation bro, thank you

  • @Torch3838
    @Torch3838 Год назад +1

    Very helpful vid, keep up the good work👊🏾

  • @Spirituhim
    @Spirituhim 11 месяцев назад

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

  • @Mr.AbidAkashOfficial
    @Mr.AbidAkashOfficial Год назад

    Thanks bro..
    U deserve a sub

  • @shahabfarmani8439
    @shahabfarmani8439 Год назад

    nice my favorite react teacher

  • @christophernolan8761
    @christophernolan8761 6 месяцев назад

    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.

  • @user-un4jp6bt6u
    @user-un4jp6bt6u Год назад

    You are amazing 👏 😊

  • @MrKyriakos32
    @MrKyriakos32 Год назад

    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

  • @bvedantcodes
    @bvedantcodes Год назад

    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 5 месяцев назад

    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  4 месяца назад +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 4 месяца назад

      ​@@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

  • @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 ???

  • @jawadafzal6170
    @jawadafzal6170 Год назад +1

    where is the code of Contact page?