DEV Community

Discussion on: Serving Adaptive Components Using the Network Information API

Collapse
 
toastking profile image
Matt Del Signore

This is super cool. I really like that this is a step above progressive enhancement. Instead of just loading something gradually you can just load smaller files.

Collapse
 
vorillaz profile image
vorillaz • Edited

Exactly, I am planning to release a series of posts about progressive enhancement with adaptive components in the upcoming future.

Collapse
 
kayis profile image
K

I'm looking forward to it.

This is indeed really interesting, especially in combination with GraphQL, where the client can decide what data it wants to load.