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: react-movie-network-aware-components/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
2
2
# Demo: React-movie network-aware resource loading in React
3
3
4
-
Similar to before, this version will use the Network Information API to determine whether to load a low-fidelity or high-fidelity image based on movie posters.
4
+
[React Movie](https://github.com/oliver-gomes/react-movie) is an application for browsing the latest movies, viewing summaries of them and seeing a cast list.
5
+
6
+
This version of React movie uses network-aware loading to determine whether to load low-fidelity or high-fidelity movie posters based on the user's effective connection type (e.g 2G -> lo-fi, 4G -> hi-fi).
5
7
6
8
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
0 commit comments