react-intl plurals and select
I gotta say I love react-intl plural support  for internationalizations. Its easy to use and works e.g. "Top {num}% of customers in the past {period} {period, plural, one {month} other {months}}" The `{select}` feature  is pretty cool too. Can use for either or choices as well as multiples.