You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Network-aware Components
1
+
# Environment-aware Components
2
2
3
3
Nothing to see here...yet.
4
4
5
-
## Background
5
+
## Network-aware Components
6
6
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.
8
8
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.
0 commit comments