...

/

Using an API

Using an API

In this lesson, you’ll learn how to use an API as a backend in Ember.js.

Tuning

Most apps in-the-wild talk to back-ends to retrieve and send data. So, it’d be a logical next step to make our app do the same. We’ll start by turning data fetches to hit a backend and will then do some refactoring to make it nicer and more manageable in the long run.

Talking with backend

The backend

Since this is a course on Ember.js, we can treat the ...

Access this course and 1400+ top-rated courses and projects.