💻 Coding & Development Prompts
Python, JavaScript, SQL, debugging, API
← All Categories
1 prompts
in React
React Component with Hooks
Build a React component for a searchable, filterable product list. Features: 1) Search input with debounced filtering, 2) Category filter dropdown, 3) Sort by price/name, 4) Loading skeleton while fetching, 5) No results empty state, 6) Responsive grid layout. Use: useState, useEffect, useMemo, custom useDebounce hook. Include TypeScript types. Fetch data from a placeholder API.
💡 Extract the useDebounce hook into a separate file for reusability.