0.2.0 • Published 5 years ago

react-date-context v0.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

react-date-context

CircleCI standard-readme compliant

A set of React components for managing realtime UI updates that depend on the current time.

Table of Contents

Background

Rendering and updating React components that depend on the real time is hard. Testing React component trees that use new Date() directly is even more difficult.

Install

This project can be installed using npm. Go check them out if you don't have them locally installed.

$ npm install react-date-context

Usage

See doc site.

Maintainers

@squirly

Contribute

Feel free to dive in! Open an issue or submit PRs.

Publishing

To publish,

  • git checkout master && git pull --ff-only; then
  • bump the version with npm version ...; then
  • update and commit docs npm run docs:generate && git add -f docs && git commit -m 'Update docs'; then
  • publish to npm with npm run publish; then
  • run git push --tags.

License

MIT © Tyler David Jones