react-instantsearch-dom

v5.3.1
⚡ Lightning-fast search for React DOM, by Algolia
algolia components fast instantsearch react react-dom search

clean

rm -rf dist

watch

yarn build:cjs --watch

build

yarn build:cjs && yarn build:es && yarn build:umd

build:cjs

babel src --out-dir dist/cjs --ignore __tests__,__mocks__ --quiet

build:es

BABEL_ENV=es babel src --out-dir dist/es --ignore __tests__,__mocks__ --quiet

build:umd

BABEL_ENV=es rollup -c rollup.config.js

test

jest

release

yarn clean && yarn build && yarn publish --non-interactive

release:beta

yarn clean && yarn build && yarn publish --tag beta --non-interactive

start

node server.js

Metadata

  • MIT
  • Whatever
  • Algolia, Inc.
  • released 9/26/2018

Downloads