README
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