Open
Description
Currently we perform the breed search when the search button is clicked. Action now a breed search while the user types the words too. Some things in consideration:
- Searching is currently very slow, so this will most likely make it worse. Trying to solve this on the backend here
- Could be very useful to use the
useMemo
hook here. Any other speed guard strategy is welcome. - Watch out for any race issues that the set of promises for each search term may incur in.