Alternative solution for small React apps that need i18n
In most projects I've worked on, the default pick for internationalization has always been react-i18next. It works, and it covers a lot of ground. But when I kicked off a tiny personal project called Veedgee, I started wondering: do I really need all of that? It was a simple app. Not much copy, only two languages, and still I'd have to...