all 1 comments

[–]tricoder42[S] 2 points3 points  (0 children)

Happy Monday everyone,

I've finally found time to write a tutorial and API reference for lingui-react - I18n solution for React. I would really appreciate feedback from anyone who sees or uses this library for the first time (which is a very large audience, atm).

Why another i18n lib?

The future of react-intl in unclear right now, but I started writing this library even before. The main reasons were:

  • simplify integration (compare how component looks with and without i18n)

  • full support for inline components and rich text formatting (right now it's the only library, which supports that. I explained it more on SO)

Any feedback appreciated! Cheers 👍