Filtering with React Server Components and URL Search Params
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...
codebushi.com2 min read