Urgent.News

What's breaking now, across thousands of outlets.

More in World

Filtering, and Pagination in Next.js 15 The Pattern I Actually Use

Every dashboard eventually needs the same three things. A search box, a few filters, and pagination once the list gets long.

  • Stores filters and pagination in URL for consistent state across page refreshes and shared links
  • Utilizes Next.js Server Component architecture to fetch and render data based on URL parameters

More from Friday 7 August →