lipp / hackernews

100 lines of code Hackernews reader (with the help of next.js).

Home Page:https://hackernews.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

100 lines of code Hackernews reader (with the help of next.js).

https://hackernews.now.sh


Languages

Language:JavaScript 100.0%