hackernews-redesign icon indicating copy to clipboard operation
hackernews-redesign copied to clipboard

minimal hacker news client built with Next.js and TailwindCSS

Results 2 hackernews-redesign issues
Sort by recently updated
recently updated
newest added

Thank you for sharing your work. It's great looking. Coming to the issue, sometimes it's creating a horizontal scroll(in chrome Android) for example here https://hn-redesign.vercel.app/items/26872904 ![Screenshot_20210619-201141818 (1)](https://user-images.githubusercontent.com/11027129/122646077-10333880-d13b-11eb-8d99-b3f1e52bdce0.jpg)

bug
good first issue

Seed initial data to SWR for the dynamic pages. (ie, [pages/items/[id].jsx](https://github.com/RocktimSaikia/hackernews-redesign/blob/main/pages/items/%5Bid%5D.jsx)) . It can be done using a combination of `getStaticPaths` and `getStaticProps`. It also needs all the ids of...

enhancement