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.