react-instantsearch-core

v5.2.0-beta.1
⚡ Lightning-fast search for React, by Algolia
algolia components fast instantsearch react search

test

jest

build

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

clean

rm -rf dist

watch

yarn build:cjs --watch

release

yarn clean && yarn build && yarn publish --new-version $VERSION

build:es

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

build:cjs

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

build:umd

BABEL_ENV=es rollup -c rollup.config.js

test:size

bundlesize

release:beta

yarn clean && yarn build && yarn publish --tag beta --new-version $VERSION

Metadata

  • MIT
  • Whatever
  • Algolia, Inc.
  • released 6/4/2018

Downloads