News

With its Falcor project, Netflix offers a JavaScript library for efficient data-fetching, with developers able to represent remote data sources as a single domain model via the JSON Graph convention.
This appears to fetch data on Luke and Leia at the same time, by using Promise.all to execute two fetch calls together. In truth, though, JavaScript will schedule each task to be handled by the ...