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