MiHarsh / gmeet-emoji

A chrome extension that enables emoji support while using meet-chats
7 stars 2 forks source link

Implement Caching #4

Open MiHarsh opened 2 years ago

MiHarsh commented 2 years ago

Description :

Caching techniques, such as LRU cache, could help users get their most frequently used emojis easily, hence improving user experience to a great extent.

How to Approach :

Use local storage to store the recently used emojis. Can have max cache length around 20-25. Create a new default section of those emojis.

Have a look at :

Feel free to change the default rendering UI accordingly, but have a prior discussion before implementation.