react-hooks

Hooks make state management easier so naturally we love them here. Here's a list of handy hooks we use all the time. If your just getting started with hooks here's an article you should read https://underbelly.is/writing-about/learning-more-about-react-hooks. Beware this is an older article and since the entire team has adopted and love hooks!

useEventListeners

Click to load

useScrollToHash

A hook to scroll to an anchor point

Click to load

useAsyncFormSubmit

A Hook to simplify submitting forms

Click to load

useTimeout

A Hook to take care of wrapping functions in a set timeout... The React way.

Click to load