vercel / next-react-server-components

Demo repository for Next.js + React Server Components
https://next-rsc-hn.vercel.app
MIT License
984 stars 158 forks source link

feat: Add pagination and more button at the bottom #58

Closed gfortaine closed 1 year ago

gfortaine commented 1 year ago

Fixes https://github.com/vercel/next-react-server-components/issues/56

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
next-rsc-news ✅ Ready (Inspect) Visit Preview Dec 23, 2022 at 1:20AM (UTC)
leerob commented 1 year ago

If you navigate backward from an individual item, you get a 404.

CleanShot 2022-11-13 at 18 56 50@2x
gfortaine commented 1 year ago

If you navigate backward from an individual item, you get a 404.

CleanShot 2022-11-13 at 18 56 50@2x

https://github.com/vercel/next.js/issues/40549

leerob commented 1 year ago

Thank you!

I think there's still more things we want to do here, like make the transition for page to page more seamless, and have a better loading skeleton for the individual item page, but this is a great start. I really appreciate it.