react-interval

Safe React wrapper for setInterval


Keywords
component, react-component, react, interval, timer, timeout, setTimeout, setInterval, repeater
License
MIT
Install
npm install react-interval@2.1.2

Documentation

react-works

Monorepo for React components

Gitter CircleCI Dependencies Dev Dependencies

Packages

package npm
packages/bulkhead react-bulkhead
packages/element-resize react-element-resize
packages/swap react-swap
packages/interval react-interval
packages/page-click react-page-click
packages/normalized-select react-normalized-select
packages/text-filter react-text-filter

Development and testing

Install

Currently is being developed and tested with the latest Node 8 on OSX.

git clone git@github.com:nkbt/react-works.git
cd react-works
yarn install

Run tests for all packages

# to run eslint for all packages
yarn lerna run lint

# to run tests for all packages
yarn lerna run test

# to run end-to-end tests for all packages
yarn lerna run e2e

Run package example

To run example covering all package features, use yarn start, which will compile example/index.js

cd packages/package-name
yarn start

# then
open http://localhost:8080

Test one package only

cd packages/package-name

# to run lint
yarn lint

# to run tests
yarn test

License

MIT