0

I am building a multi language app with React-Native, I am little confuse about to choose the Internationalisation library and confusion is between two Libraries One is React-intel and other is React-i18next i talk about this with multiple developers and the answer was almost 50/50 that is why i am asking this question can anyone suggest me a good reason between both of the libraries that one is better, Thanks.

Waheed Akhtar
  • 3,110
  • 1
  • 16
  • 30

1 Answers1

1

Looking at both the libraries, a few things I observed:

  1. React-intel has 210 open issues, React-i18next has 0
  2. They both have a similar weekly download figure (200-300 thousand)
  3. The syntaxes are very different.

It's fair to say that since a large number of people are using each library, they will both work and will have a large network of users that could support you.

I think it's best that you look at each syntax and decide which one you like best because it will feature heavily in your code. Bear in mind that React-intel has a fair few open issues so may be more buggy...

jsdeveloper
  • 3,945
  • 1
  • 15
  • 14