Connect Create React App to Express

preview_player
Показать описание
Connect React to Express. React as the frontend and Express as the backend.

💻 My Software 💻

📚 My Courses 📚

👩‍💻 Download Code 👨‍💻

⌛ Timestamps ⌛
0:00 - Introduction
0:15 - Project Demonstration
0:45 - What is React? What is Express?
1:11 - What is Create React App? Creating a React App
2:00 - What is npx?
2:31 - Running our React Application
3:38 - Creating an Express Application
12:03 - Creating a React Component to Display Users
14:45 - Connecting React to Express. What is a Proxy?
16:05 - Requesting Data from Express with React
22:41 - Debugging
23:46 - Project Demonstration & Outro
Рекомендации по теме
Комментарии
Автор

Its come to the point where if I run into a problem during my project, it just so happens that wittcode has made an entire video that I can follow with absolutely zero issues. 5 times now, Ive run into an issue or tried to do something that I thought would be simple just for my google search to pop up a wittcode with the exact task im doing. You are freaking awesome man

cairo
Автор

Thank you for your tutorial, so helpful and you were very detailed in a way that was so informative for me

melssf
Автор

Thanks for doing this. It means a lot.

selvaganeshm
Автор

note for linux users - when using npm install -g you will need to use sudo npm install -g instead, as modifying the node_modules directory requires root or sudo privilages.

atticus
Автор

I tried implementing this, but using your video "Create a React App WITHOUT Create React App" for client. I got stuck at adding proxy. I fixed by adding the proxy to the wepack.config.js devServer. Is this because I didn't use create-react-app? Thanks for the videos.

mattskelley
Автор

literally been trying to do this for 3 hours. with vite, react, everything. WHY THE won't it connect. error 404. now error 500.. I'M LITERALLY COPYING AND PASTING CODE FOR HOURS

BobbyBundlez