Skip to content

Commit 785bfb7

Browse files
committed
(docs) README tweaks
1 parent 9042bbe commit 785bfb7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Network-aware Components
1+
# Environment-aware Components
22

33
Nothing to see here...yet.
44

5-
## Background
5+
## Network-aware Components
66

7-
Network-aware components use network signals to load the best version of a component or resource for the user's effective connection speed.
7+
Network-aware components use the [Network Information API](https://developer.mozilla.org/en-US/docs/Web/API/Network_Information_API) to load the most suitable version of a component or resource for the user's effective connection speed.
88

9-
Users on a slow (e.g 2G) connection may get a low-fi version while fast connections (e.g 4G) get a high-fi version.
9+
Users on a slow (e.g 2G) connection may get a light, low-fi version while fast connections (e.g 4G) get a high-fi version with more interactive features.
1010

1111
This approach can enable a number of use-cases:
1212

0 commit comments

Comments
 (0)