tommoor / emojione-picker

A react emoji picker for use with emojione
http://tommoor.github.io/emojione-picker
MIT License
261 stars 61 forks source link

Use PureComponent instead of shallowCompare #58

Open omichelsen opened 7 years ago

omichelsen commented 7 years ago

shallowCompare is now a deprecated plugin, and React recommends using the build-in PureComponent instead.

https://facebook.github.io/react/docs/shallow-compare.html

tommoor commented 7 years ago

The current plan is to support the last two versions of react - so I'll do this with the official release of React 16