Type-safe React i18n library

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • i18nifty

    🌎 Type safe React i18n library

  • typesafe-i18n

    A fully type-safe and lightweight internationalization library for all your TypeScript and JavaScript projects.

  • Any major differences with this one? https://github.com/ivanhofer/typesafe-i18n

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • onyxia-web

    Discontinued 🥼 A data oriented cloud platform [Moved to: https://github.com/InseeFrLab/onyxia]

  • In favor of i18nifty: - typesafe-i18n translations are flat string, i18nifty on the other hand enables to involve logic and React components in your translations. You can't write this or that with typesafe-i18n for example. - i18nifty achieve the same level of type-safety without requiring you to have a process running in the background while you are coding. - In my library you have a i18n namespace by React component, in typsafe-i18n the namespace are decoupled from the component which makes it much harder to manage. See this would be a nightmare to manage if we had to create the namespace manually.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts