useFetch
asyncStateFetch
* renamed `useFetch` to `asyncStateFetch` otherwise React will mistake it for a react hook and will complain. * added jsdoc * fixed the user red stories * renamed
* added mock for admin client so stories work again * updated storybook to 6.1.7 * added js doc * fix merge error