use-async-map
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

https://travis-ci.org/flagpoonage/use-async-map

use-async-map

This is a hook for interleaving a long running array map function into a React component.

Why?

No good reason, it's just something that I thought of one day and wondered if I could make it happen. In most cases you really don't want to be running a processing heavy map function inside your functional components, or within your render methods.

How?

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i use-async-map

    Weekly Downloads

    3

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    30.3 kB

    Total Files

    39

    Last publish

    Collaborators

    • flagpoonage