v1.5.0
This release adds support for server-side rendering of content for:
- The first page of top stories content
- 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 :)