1.0.1 • Published 6 years ago

react-lite-i18n v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Simple and minimalist solution to internationalize any React application

  • Minimalist API: a Provider and Translation component
  • Tiny: 1kb gzipped
  • Built with React Hooks
  • No dependencies (apart from React obviously :D)

Install

$ npm install --save react-lite-i18n

Or directly by a script tag using :

<script src="https://unpkg.com/react-lite-i18n@1.0.0/lib/ReactLiteI18n.min.js"></script>

Usage

Demos

Coming soon

License

MIT