pondorasti / emojis

Turn your ideas into emojis in seconds. Generate your favorite Slack emojis with just one click.

Home Page:https://emojis.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnecessary requests to the API's.

shoaibhassan opened this issue · comments

It's sending a lot of unnecessary requests to the same API even though the response is the same. It also sends requests when the input gains focus.

Yeah it should be somehow optimised at this point @pondorasti

I agree that requests could be a bit better, we are mainly talking about api/emojis/[id] endpoint which is cheap. For the time being, I'm going to prioritize #9 over this.