niklashhh / nextjs-hackernews

A Hacker News viewer that look like Reddit.

Home Page:https://nextjs-hackernews-pi.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker News Viewer

Vercel Deployment Status

This web app is my second attempt at a Hacker News Viewer viewer. Coincidentally, this is also my second Next.js project. The old version is still live at Netlify and archived repository can be viewed here.

Changes

Improvements

  • React Query for server-side data cache
  • Recoil + Recoil Persist for state management and data persistence
  • Radix for unstyled commonly used UI components
  • Dark mode switch
  • Comment permalinks
  • Separate UI and UX suited for mobile usage
  • Page and component loaders
  • Overall more in line with Reddit's design and layout
  • Better file/component organization

Known Issues

  • Performance is horrid on Firefox. DO NOT use on Firefox.

About

A Hacker News viewer that look like Reddit.

https://nextjs-hackernews-pi.vercel.app/

License:MIT License


Languages

Language:JavaScript 99.8%Language:CSS 0.2%