MENU

Fun & Interesting

How to Create a Express/Node + React Project | Node Backend + React Frontend

Arpan Neupane 498,531 4 years ago
Video Not Working? Fix It Now

Hey guys, welcome back! In this video, I will be showing you how to create a project with an Express/Node backend and a React frontend. We will set up a backend API with Express that returns an array of users and in the frontend, we will fetch that backend and display the same users onto the frontend. If you don't know what Node is, Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. If you don't know what Express is, Express is a web framework for Node.js. It provides a robust set of features for building web applications, including routing, views, templates, and more. If you don't know what React is, React is a JavaScript library for building user interfaces. It is maintained by Facebook and Instagram. React's declarative, efficient, and flexible nature make it an ideal choice for building user interfaces. My Website: https://arpanneupane.com My GitHub: https://github.com/arpanneupane19 Official Express Documentation: https://expressjs.com/ Official React Documentation: https://reactjs.org/ My Programming Gear : Keyboard: https://amzn.to/42vXkxh Laptop: https://amzn.to/3CkAP3W Laptop Stand: https://amzn.to/3X116Oi Desk: https://amzn.to/43wmIEt Monitor: https://amzn.to/42BAaFH Monitor Arm: https://amzn.to/3NR0APS Chair: https://amzn.to/42vvKAn Desk Mat/Mousepad: https://amzn.to/43AhKqj Microphone: https://amzn.to/45RuQ43 Headphones: https://amzn.to/445sf4R #Express //#Node //#React // #LearnToCode

Comment