An open API service indexing awesome lists of open source software.

https://github.com/developit/preact-intl

Tiny wrapper around react-intl for seamless use in Preact.
https://github.com/developit/preact-intl

Last synced: 9 months ago
JSON representation

Tiny wrapper around react-intl for seamless use in Preact.

Awesome Lists containing this project

README

          

# preact-intl

[![NPM](http://img.shields.io/npm/v/preact-intl.svg)](https://www.npmjs.com/package/preact-intl)
[![travis-ci](https://travis-ci.org/developit/preact-intl.svg)](https://travis-ci.org/developit/preact-intl)

Wraps [react-intl] up for [Preact], without using [preact-compat](https://github.com/developit/preact-compat).

> Think of this as a version of `react-intl` that is pre-aliased to use preact in place of React.

For documentation and usage, please see the [react-intl] docs.

---

### License

[MIT]

[react-intl]: https://github.com/yahoo/react-intl
[Preact]: https://github.com/developit/preact
[MIT]: http://choosealicense.com/licenses/mit/