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!
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.
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.
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?
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 🙌
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?
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!
One of the best tutorials , glad I found it. Explained everything clearly
Hi, your videos are easy to learn. can you make a video for "simple react app hosting in render and api sending and receiving".
Great tutorial. I got it to work but I wanted to know which video precedes this with the front end code?
This is such an amazing tutorial!!
best tutorial ever! Thank you!
Super explanation bro, thank you
Very helpful vid, keep up the good work👊🏾
you saved my life!!!! thx a loooot!
Thanks bro..
U deserve a sub
nice my favorite react teacher
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.
You are amazing 👏 😊
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
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.
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?
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 🙌
@@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
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?
hi without using node js can we connect, mongo db to react js ???
where is the code of Contact page?