Lesson 1.1 - REST vs GraphQL





Goal


Understand the difference between REST and GraphQL from the point of view of a React Native developer building screens.




Realworld example












What is REST?


REST is an API style where the backend exposes multiple URLs, usually called endpoints.

Examples from the...