Skip to content

Commit 661625e

Browse files
authored
chore: update docs
1 parent 6070a83 commit 661625e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ 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/why-performance-matters/images/speed-comparison.png" alt="Performance metrics timeline" width="700" />
34-
3533
⚠️ You should still render the app or page contents "below" the splash screen, to keep your website SEO friendly.
3634

3735
## Demo

0 commit comments

Comments
 (0)