Skip to content

v1.5.0

Compare
Choose a tag to compare
@addyosmani addyosmani released this 23 Jun 11:49
· 26 commits to classic since this release

This release adds support for server-side rendering of content for:

  1. The first page of top stories content
  2. The individual comment pages

This is particularly useful for spotty network connections where the JavaScript bundle might take a while to be fetched/parsed/executed. This release will 'hydrate' these views with fresh data from Firebase as soon as our bundle is fully loaded.

This release has been thoroughly tested with the Chrome team's Lighthouse project and we're happy with where we landed on scores :)

screen shot 2016-06-23 at 15 45 37