# bs-react-intl

[![NPM](https://nodei.co/npm/bs-react-intl.png?compact=true)](https://nodei.co/npm/bs-react-intl/)

[BuckleScript](https://bucklescript.github.io) bindings to [react-intl].

To extract messages from [Reason](https://reasonml.github.io) source files for localization, use [bs-react-intl-extractor](https://github.com/cknitt/bs-react-intl-extractor).

## Installation
```shell
# yarn
yarn add bs-react-intl

# or npm
npm install --save bs-react-intl
```

## Examples
Clone this repo.

```shell
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`](./examples) folder.

[react-intl]: https://github.com/formatjs/react-intl