Filtering with React Server Components and URL Search Params
Sep 14, 2023 · 2 min read · Traditionally, when you wanted to filter your data using React, you would first store the original data in local state, with the useState hook. There would be a useEffect that watches for any filter changes, and then you would re-fetch the data using...
Join discussion




