私はReact-Nativeで多言語アプリを構築しています.国際化ライブラリの選択について少し混乱しています.1つはReact-intelで、もう1つはReact-i18nextです.2つのライブラリ間で混乱しています.複数の開発者とこれについて話し、答えはほぼ50/50なので、この質問をしている理由は、両方のライブラリの間で一方が優れているという正当な理由を誰かが私に提案できますか、ありがとう。
質問する
403 次
1 に答える
1
Looking at both the libraries, a few things I observed:
- React-intel has 210 open issues, React-i18next has 0
- They both have a similar weekly download figure (200-300 thousand)
- 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...
于 2019-03-10T22:24:12.440 に答える