react-intl

v4.5.12
Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
intl i18n internationalization locale localization globalization react reactjs format and 4 more...

tsc

tsc -p tsconfig.json && tsc -p tsconfig.esm.json && api-extractor run --local && api-extractor run --local --config api-extractor.bundled.json

test

cross-env TZ=UTC NODE_ICU_DATA=../../node_modules/full-icu jest --coverage --verbose

build

yarn run tsc && yarn run rollup

clean

rimraf coverage/ dist/ lib/ *.tsbuildinfo

rollup

rollup -c rollup.config.js

example

parcel examples/index.html

benchmark

cross-env NODE_ENV=production TS_NODE_PROJECT=./tsconfig.cjs.json ts-node test/perf/index.tsx

Metadata

Downloads