Skip to content

Commit 48d8fc2

Browse files
committed
chore: update deps and fix link in README
1 parent 44becea commit 48d8fc2

File tree

3 files changed

+1338
-439
lines changed

3 files changed

+1338
-439
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Certain apps or pages have impactful experiences. These experiences can make the
3030

3131
It's then often normal to preload all the required files for an uninterrupted experience. `@moxy/react-wait-for-react` is a library that makes it easy to display a spash screen with a loader before your static or server-side rendered app becomes interactive, and optionally until all the required files are loaded (via a promise). This is made possible by injecting a small inline script as part of the initial server-side rendered HTML or exported HTML.
3232

33-
<img src="https://developers.google.com/web/fundamentals/performance/images/perf-metrics-load-timeline.png" alt="Performance metrics timeline" width="700" />
33+
<img src="https://developers.google.com/web/fundamentals/performance/why-performance-matters/images/speed-comparison.png" alt="Performance metrics timeline" width="700" />
3434

3535
⚠️ You should still render the app or page contents "below" the splash screen, to keep your website SEO friendly.
3636

0 commit comments

Comments
 (0)