evals
scenario-1
scenario-10
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
Build a product search component that manages search filters using URL query parameters. The component should use type-safe query parameters with default values and customizable update behavior.
Create a React component that manages product search with the following URL-based state:
The component should manage these filters via URL query parameters:
Create a component that:
export function ProductList(): JSX.Element;Provides type-safe URL query parameter state management.
Provides React framework for building the component.