Filip Wojciechowski

Results 14 comments of Filip Wojciechowski

@rovaniemi -- that's just how the traditional SSR works in Next unfortunately. This is why using namespaces was a good idea when using the approach adopted in this repo. That...

> @fwojciec > I'm curious to see what you do of this new LanguageProvider. Do you port `withAPILocale`'s functionality into a render prop pattern? Basically fetch the locale prop from...

Translations are just a plain JS object stored in a file. The object is imported and used in the useTranslation hook -- it's basically the same implementation as the example...

I don't use it so I've never implemented. This was never intended as a full-featured library, but more like an idea to get people started in creating their own implementation....