Skip to content

sevenwestmedia-labs/react-hooks

Repository files navigation

React hooks

A collection of hooks we have created

Loads a third party script and returns a value when it's loaded or fails to load.

There are a few hooks out there but they do not handle concurrency or rendering multiple components which require the same script at the same time.