React Hn Versions Save

React-powered Hacker News client

v1.7.1

4 years ago
  • #62 - added time-travel comment highlighting

v1.5.0

7 years ago

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

v1.4.13

7 years ago

This is the release we showed off at Google I/O

  • Adds 'Offline Mode' in the Settings pane for full content caching via the Firebase REST API
  • Adds support for Universal Rendering of the application shell
  • Adds fixes for the overlapping Settings menu issues we saw on Android and iOS
  • Refreshes the build pipeline to better cater for universal rendering + Service Worker
  • Adds Google App Engine config so we can now deploy our Node builds there

v1.4.12

8 years ago
  • Update dependencies
  • Use HTTPS links to app from README

v1.4.11

8 years ago

Adds support for Progressive Web Apps. This includes the Web Application manifest, Service Worker and improved styles for the app on mobile.

v1.4.10

8 years ago

Update to React 15 RC 2 to fix IE/Edge text rendering bug

v1.4.9

8 years ago

Update deps, including React 15 RC1

v1.4.8

8 years ago

Update react-router to v2.0.0-rc3

v1.4.6

8 years ago

Use react 0.14.5

v1.4.7

8 years ago

Use react-router v2.0.0-rc2

Had to manually delete its node_modules/history due to a bad npm package.