1
2 Comments

React internationalization without any third-party library?

https://www.seeratawan.me/react-internationalization-using-context-api/

Want to implement internationalization (i18n) in your React app without any third-party library? 🚀

Check out this guide on how to use the Provider pattern with React's Context API to create a custom i18n solution!

submitted this linkon February 28, 2023
  1. 2

    It will just make your project more complex. For such thing, I will go with third party libraries.