lux-i18n
v3.1.0
Published
Make react-intl lux-aware, and capable of consuming translations from a lux store.
Downloads
8
Keywords
Readme
lux-i18n
Make react-intl lux-aware, and capable of consuming translations from a lux store.
Bare-Bones Example Usage
import { intlWrapper } from "lux-i18n";
const InternationalizedApp = intlWrapper( App );
ReactDOM.render( <InternationalizedApp />, document.querySelector( ".main" ) );