stream-chat-react

v1.0.1
React components to create chat conversations or livestream style chat
chat messaging conversation react stream getstream getstream.io

docs

styleguidist build

lint

prettier --list-different '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc && eslint '**/*.{js,md}' --max-warnings 0 && stylelint '**/*.{css,scss}'

test

jest

build

mkdir -p dist/assets assets && yarn build-translations && rollup -c

start

mkdir -p dist/assets assets && yarn build-translations && rollup -c -w

types

tsc --strict

eslint

eslint '**/*.{js,md}' --max-warnings 0

analyze

yarn build -- --stats && webpack-bundle-analyzer build/bundle-stats.json

prepare

yarn run build

version

yarn docs && git add docs && git add yarn.lock examples/*/yarn.lock

lint-fix

prettier --write '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc && eslint --fix '**/*.{js,md}' --max-warnings 0 && stylelint --fix '**/*.{css,scss}'

prettier

prettier --list-different '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc

preversion

make example-deps && git add yarn.lock && git add examples/*/yarn.lock

docs-server

styleguidist server

postversion

git push && git push --tags && npm publish

build-styles

sass src/styles/index.scss dist/styles/styles.css --style compressed

prettier-fix

prettier --write '**/*.{js,ts,md,json}' .eslintrc.json .prettierrc .babelrc

watch-styles

sass --watch src/styles/index.scss dist/styles/styles.css

build-translations

rm -rf .tmpi18ncache || true && mkdir .tmpi18ncache && yarn run babel --config-file ./babel.i18next-extract.js 'src/**/*.{js,jsx,ts,tsx}' --out-dir '.tmpi18ncache/' && rm -rf .tmpi18ncache && yarn lint-fix

validate-translations

node scripts/validate-translations.js

Metadata

  • Unknown
  • Whatever
  • GetStream
  • released 5/19/2020

Downloads