rniemeyer / lux-i18n

Make react-intl lux-aware, and capable of consuming translations from a lux store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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" ) );

About

Make react-intl lux-aware, and capable of consuming translations from a lux store.

License:MIT License


Languages

Language:JavaScript 100.0%