Lessons: 11Length: 1.7 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

6.2 Using Ajax in Your Components

There are many ways to use Ajax in your components. The most common is with a higher-order component—wrapping your component within another component, which will handle the HTTP requests and responses.