1. React
  2. JSConf Asia
  3. 2019
  4. Introduction to the Component-based API

Introduction to the Component-based API

Leonardo Losoviz at JSConf Asia 2019

The Component-based API is a new concept of API which pushes further from GraphQL the boundaries of how much data can be retrieved in a single request, how data is organized into an effective hierarchical structure, and how fast can data be retrieved from the DB. We will learn what this new API looks like, how to use it, and how our application can become more modular through it.