1.0.5 • Published 4 years ago

use-async-map v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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?