Skip to content

Commit

Permalink
docs: add examples of web pages using ūsus
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 10, 2017
1 parent 2f39fb3 commit b10973b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Renders webpage using the [Chrome Debugging Protocol](https://chromedevtools.git
> Article about ūsus ⚡️🤘: [Pre-rendering SPA for SEO and improved perceived page loading speed](https://medium.com/@gajus/pre-rendering-spa-for-seo-and-improved-perceived-page-loading-speed-47075aa16d24)
* [Motivation](#motivation)
* [Demo](#demo)
* [Use cases](#use-cases)
* [API](#api)
* [Configuration](#configuration)
Expand All @@ -28,6 +29,13 @@ I have a universal, single page application (SPA). The initial HTML is sent serv

Removing the blocking CSS and inlining the CSS required to render the page increases the perceived page loading speed. Presumably, improves SEO by reducing the page loading time.

### Demo

Examples of web pages using ūsus:

* https://go2cinema.com/movies/baywatch-2017-1198354
* https://go2cinema.com/venues/odeon-leicester-square-1001206

### Use cases

* Produce HTML used to render the page. Used to render single page applications (e.g. React and Angular) to produce a static HTML. This can be used as a replacement of https://prerender.io/. Default behaviour.
Expand Down

0 comments on commit b10973b

Please sign in to comment.