- Home /
- Blog /
- Categories /
- React
REACT
My blog contains some of my projects and articles about software development, programming, and other topics.
REACTFebruary 5, 2023
How to implement your own React internationalization with no dependencies
In today's globalised world, it's essential to build applications that can serve users speaking different languages. That's why having a robust translation solution is crucial. While there are several libraries available to handle translation and internationalization, building your own i18n hook in React using TypeScript can give you greater control and understanding of how translation is handled in your application.
Learn More