Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Full Stack Web Developer Part 2
Rating: 4.5 out of 5(77 ratings)
5,511 students

Full Stack Web Developer Part 2

ReactJS course
Created byMaria Hanna
Last updated 12/2022
English

What you'll learn

  • Advanced topics in ReactJS
  • Run a NodeJS environment and create endpoints
  • Connect the NodeJS backend to ReactJS frontend
  • Manipulate and Retrieve data from MYSQL database
  • Connect your application to a firebase backend
  • Call API calls from your ReactJS frontend

Course content

3 sections13 lectures1h 33m total length
  • Initializing a NodeJs Server8:57

    Initialize a Node.js server with Express to connect a React client and a database, then run index.js to listen on port 3001 with a console log.

  • Using fetch to communicate with NodeJS server.9:44

    Connects a React client with a Node.js Express server using fetch to post a number to an is even endpoint and handle the response.

  • Using promises to get response from NodeJS server7:28

    Explore the back-and-forth between a React client and a Node.js server using fetch and promises. Send a number to an endpoint and receive a json response indicating even or odd.

  • Introducing Axios with React and NodeJS3:37

    Explore Axios in a React and Node.js context, using promises to post to an endpoint and handle server responses. Compare its simplicity with fetch and note the trade-offs.

  • Catching Errors and Nodemon installation5:52

    Learn to catch errors in client-server communication with promises and catch blocks, log errors with console.log, and install nodemon to auto-restart the server on code changes.

Requirements

  • Watch Full Stack Web Developer Part 1

Description

This course is a continuation of the Full Stack Web Developer Part1. You will get a fundamental understanding of back-end services with ReactJS using SQL and MYSQL . The full course is available on YouTube.

Subscribe to my channel ! Playlist : ReactJS Course given by Maria Hanna

The whole course is free of charge either it was on Udemy or on YouTube. The whole service is free of charge, so don't hesitate to contact me on YouTube or LinkedIn if you have any questions.

I really advise all engineer and computer science students to start learning React because it is a very important skill that should be added on a resume.

After finishing the course, you will be mastering the creation of a front-end and a back-end application using ReactJS and NodeJS, with an understanding on what databases are and a full hand-on on SQL databases.

If you like the content of the following course, please do check the YouTube playlist and subscribe so you could get a  notification when I upload a new video.

Of course, don't hesitate to connect on LinkedIn, I would love to meet new people from different countries and get your feedback if you are enjoying and learning from the course.

On a final note, I hope that I am helping a lot of students enhance some extra skills, because this is all that matters to me.

Who this course is for:

  • Advanced in ReactJS
  • Curious about Full Stack Developing
  • Curious about building web apps with a functional backend