1.2.5 ā€¢ Published 3 months ago

react-timed-renderer v1.2.5

Weekly downloads
6
License
MIT
Repository
github
Last release
3 months ago

Documentation

Read the official documentation.

Demo

šŸ‘ļø Live Demo

Overview

A component that re-renders at regular intervals.

Just provide the interval in milliseconds and a render prop.

Features include:

  • šŸ™Œ Simple and easy
    • Render components at timed intervals with ease.
  • šŸŽÆ Straightforward
    • Dead simple and straightforward timed component.
  • šŸ§° Versatile
    • A useful tool to have in your React toolkit.

Donate

If this project helped you, please consider buying me a coffee or sponsoring me. Your support is much appreciated!

Ā 

Table of Contents

Installation

npm i react-timed-renderer

Quick Start

import { TimedRenderer } from "react-timed-renderer";
<TimedRenderer
  interval={1000}
  render={(time) => <div>Rendered at: {time}</div>}
/>

Provide an interval in milliseconds and a render prop.

The render prop receives a single argument, which is the time (in Unix milliseconds) at which the render occurred, in case that's useful to you.

See the demo for an example using CSS transitions.

TypeScript

Type definitions have been included for TypeScript support.

Icon Attribution

Favicon by Twemoji.

Contributing

Open source software is awesome and so are you. šŸ˜Ž

Feel free to submit a pull request for bugs or additions, and make sure to update tests as appropriate. If you find a mistake in the docs, send a PR! Even the smallest changes help.

For major changes, open an issue first to discuss what you'd like to change.

ā­ Found It Helpful? Star It!

If you found this project helpful, let the community know by giving it a star: šŸ‘‰ā­

License

See LICENSE.md.

1.2.5

3 months ago

1.2.4

3 months ago

1.2.3

3 months ago

1.2.2

3 months ago

1.2.1

3 months ago

1.1.1

1 year ago

1.1.2

1 year ago

1.0.9

2 years ago

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago