Demonstration implementation of Image Preview technique - to achieve fast image previews immediately as placeholders, using around 200 bytes of image data.
Mechanism was described by Facebook in August 2015.
Demo is based on Clean Swift Architecture by Raymond Law.
Preview below was prepared on 2G, high latency connection. Blurred preview is delivered immediately with article data (in GraphQL response), with 190 bytes JPG file (with 620 bytes of headers trimmed and added on clients side).