3.0.0 • Published 3 years ago

rescript-react-intl v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

rescript-react-intl

NPM

ReScript bindings to react-intl.

To extract messages from ReScript source files for localization, use rescript-react-intl-extractor.

Installation

# yarn
yarn add rescript-react-intl

# or npm
npm install --save rescript-react-intl

Note: If you need version of the bindings that still supports the old Reason syntax, use the old package name bs-react-intl instead.

Examples

Clone this repo.

yarn install
yarn start

Status

rescript-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.