hackernews
hackernews copied to clipboard
100 lines of code Hackernews reader (with the help of next.js).
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