Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 304 Bytes

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