jm-david / emoji-mart-vue

One component to pick them all 👊🏼
https://jm-david.github.io/emoji-mart-vue
BSD 3-Clause "New" or "Revised" License
603 stars 82 forks source link

Fix performance issue in data.js #42

Closed sololance closed 5 years ago

sololance commented 5 years ago

Remove JSON parsing from data.js. This is a main reason why it affects performance on first render.

Actually original repo doesn't have it 😃 : https://github.com/missive/emoji-mart/blob/master/src/utils/data.js

Fixes: #9 , #34