DEV Community

Discussion on: What side projects are you currently working on and how can others be of help? (Feb 4)

Collapse
 
tomas_ehrlich profile image
Tomáš Ehrlich

I'm working on I18n component for React along with babel-plugin which takes children of this component and transform them into ICU formatted message. It allows using variables, inline components, plurals, gender/polite forms without knowledge how the ICU format works. It's basically React binding for ICU message format.

Right now I'm looking for review, comments and feedback. I'm using this lib already and it's much easier that react-intl, but I'm curious how others feel about it.

Repository: github.com/lingui/js-lingui

Blog post: medium.com/lingui-engineering-blog...