All Projects → cca-io → rescript-react-intl

cca-io / rescript-react-intl

Licence: MIT license
ReScript bindings to react-intl

Programming Languages

ReScript
86 projects

Projects that are alternatives of or similar to rescript-react-intl

extract-react-intl
Extract react-intl messages
Stars: ✭ 18 (-57.14%)
Mutual labels:  react-intl
atticus-literature
Ititially, it's a bookstore website. However, I 'd like to develop something deeper then in the future.
Stars: ✭ 21 (-50%)
Mutual labels:  react-intl
react-native-boilerplate
🚀 A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. 🔥. 💻 🚀 😎 👾 👽
Stars: ✭ 82 (+95.24%)
Mutual labels:  react-intl
generator-tsx
Yeoman generator for CRA + TypeScript + React + Redux + Router + Testing Library.
Stars: ✭ 25 (-40.48%)
Mutual labels:  react-intl
react-template
An enterprise react template application showcasing - Testing strategy, Global state management, middleware support, a network layer, component library integration, localization, PWA support, route configuration, lazy loading and CI/CD
Stars: ✭ 44 (+4.76%)
Mutual labels:  react-intl
rescript-react-intl-extractor
Extracts messages for localization from ReScript source files.
Stars: ✭ 32 (-23.81%)
Mutual labels:  react-intl
admin-template-for-react
🌏 Admin template for React, React Redux, Redux Saga, React Router, i18n and integrated OAuth login
Stars: ✭ 83 (+97.62%)
Mutual labels:  react-intl
react-intl.macro
Extract react-intl messages with babel-plugin-macros.
Stars: ✭ 39 (-7.14%)
Mutual labels:  react-intl
react-intl-cra
🔧 Extract messages of Creact React App from the command line.
Stars: ✭ 68 (+61.9%)
Mutual labels:  react-intl
gatsby-typescript-emotion-storybook
Gatsby Starter: TypeScript + Emotion + Storybook + React Intl + SVGR + Jest
Stars: ✭ 63 (+50%)
Mutual labels:  react-intl
storybook-addon-intl
Addon to provide a locale switcher and react-intl for storybook
Stars: ✭ 84 (+100%)
Mutual labels:  react-intl
egghead-bookshelf
An example React application to accompany the "Add Internationalization (i18n) to a React app using React Intl" Egghead.io course
Stars: ✭ 28 (-33.33%)
Mutual labels:  react-intl
smashing-react-i18n
Internationalizing React App Boilerplate For SmashingMagazine
Stars: ✭ 63 (+50%)
Mutual labels:  react-intl
react-intl-po-example
👉 This is a standalone project for using react-intl-po with CRA.
Stars: ✭ 38 (-9.52%)
Mutual labels:  react-intl
alda
A boilerplate for React isomorphic aplication with Material Design
Stars: ✭ 16 (-61.9%)
Mutual labels:  react-intl
energy-use-case-trading-client
Energy Use Case Web UI for Lition Trading Platform
Stars: ✭ 23 (-45.24%)
Mutual labels:  react-intl
kotlin-js-wrappers
Kotlin JS wrappers for popular JavaScript libraries
Stars: ✭ 48 (+14.29%)
Mutual labels:  react-intl
mobx-react-intl
A connector between mobx-react and react-intl
Stars: ✭ 32 (-23.81%)
Mutual labels:  react-intl
react-intl-demo
使用 react-intl 实现 React 国际化多语言
Stars: ✭ 30 (-28.57%)
Mutual labels:  react-intl
react-intl-po
🚀 Extract POT from react-intl and convert back to json.
Stars: ✭ 88 (+109.52%)
Mutual labels:  react-intl

rescript-react-intl

NPM
Build Status

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].