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.




Comments

Popular posts from this blog

deep dive into Material UI TextField built by mui

angular js protractor e2e cheatsheet

react-router v6.4+ loaders, actions, forms and more