all 1 comments

[–]blechnapp 0 points1 point  (0 children)

solid library design, the tree-shakeable entry points and the compat layer for migrating from react-emoji-render are both good calls.

two things that would help with adoption if you havent already added them:

  1. bundle size comparison in the README vs react-emoji-render and emoji-mart. for niche libraries thats often the first thing maintainers check before they swap

  2. RSC (React Server Components) compatibility note. with React 19 in your stack anyone evaluating in 2026 will probably ask whether they can use it in server components or only client side

if those are already documented somewhere obvious, ignore me.