Alex Cory
Alex Cory
adding the useFetch hook
``` SyntaxError: Cannot use import statement outside a module This error happened while generating the page. Any console logs will be displayed in the terminal window. ```   I'm...
For some reason, the tests are passing locally, but not in circleci. 
1. Styling the Portal directly with props ```js const useModal = () => { const { isOpen, togglePortal, closePortal, Portal } = usePortal() const Modal = useCallback(({ style, ...props })...
onResize
When resizing the screen, we need to have this handler
# Summary I'm building a video sharing/editing app. The idea here is: get a video from a file input, load it into a `` element for seeking, playing, etc. These...
Sometimes you don't want to subscribe to a channel until another bit of data is available. It would be nice if you allowed `useChannel` to accept `undefined`, `null`, or `false`...
Table was messed up