BuckleScript bindings to react-intl.
To extract messages from Reason source files for localization, use bs-react-intl-extractor.
# yarn
yarn add bs-react-intl
# or npm
npm install --save bs-react-intl
Clone this repo.
yarn install
yarn start
bs-react-intl should cover all of the react-intl 3.0.0 API. If you find anything missing, please file an issue.
See examples
folder.