hackernews-redesign
                                
                                
                                
                                    hackernews-redesign copied to clipboard
                            
                            
                            
                        minimal hacker news client built with Next.js and TailwindCSS
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 
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...