March 9, 2016
Understanding pagination: REST, GraphQL, and Relay
One topic that comes up all the time when talking about data loading in modern applications is pagination — splitting long lists of data into chunks. It’s often glossed over in introductory tutorials, and a lot of apps can even get away with avoiding some of the dusty corners of the problem. But when you […]