Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lipp/hackernews
100 lines of code Hackernews reader (with the help of next.js).
https://github.com/lipp/hackernews
Last synced: about 1 month ago
JSON representation
100 lines of code Hackernews reader (with the help of next.js).
- Host: GitHub
- URL: https://github.com/lipp/hackernews
- Owner: lipp
- Created: 2016-11-25T15:05:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T08:00:46.000Z (about 8 years ago)
- Last Synced: 2024-10-26T23:12:42.393Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://hackernews.now.sh
- Size: 33.2 KB
- Stars: 46
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nextjs - Hacker News - Another Hacker News written in Next.js. (Apps)
- fucking-awesome-nextjs - Hacker News - Another Hacker News written in Next.js. (Apps)
README
# About
This is an isomorphic react app, displaying stories from hackernews made with super nice [next.js](https://github.com/zeit/next.js/blob/master/README.md).
It's just about 100 lines of code.
Nothing serious, just for fun :)
# Developing
```shell
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