Currently, when the user clicks the search button, it triggers an API call to fetch data. However, the search button remains clickable even while the data is being fetched. This allows users to click the button multiple times, resulting in multiple API calls being made concurrently. This behavior causes performance issues, unnecessary server load, and can lead to inconsistent data or unintended side effects.
I would like to resolve this issue so can you assign this issue to me under Hacktoberfest 2024
Currently, when the user clicks the search button, it triggers an API call to fetch data. However, the search button remains clickable even while the data is being fetched. This allows users to click the button multiple times, resulting in multiple API calls being made concurrently. This behavior causes performance issues, unnecessary server load, and can lead to inconsistent data or unintended side effects.
I would like to resolve this issue so can you assign this issue to me under Hacktoberfest 2024