Skip to content

Files

Latest commit

f365337 · Nov 25, 2016

History

History
22 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 418 Bytes

About

This is an isomorphic react app, displaying stories from hackernews made with super nice next.js.

It's just about 100 lines of code.

Nothing serious, just for fun :)

Developing

npm i
npm run dev

Todo

  • Make the data fetching faster (how?)
  • Add loading indicator
  • Add super simple cache (service worker?) for data.
  • Add tests