Alex Cory

Results 20 issues of Alex Cory

adding the useFetch hook

# Summary Are there any plans on upgrading to [SWC](https://swc.rs/)?

enhancement

``` 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. ``` ![image](https://user-images.githubusercontent.com/5455859/112395215-36237b00-8cbb-11eb-9c09-2ed3276b0fd6.png) ![image](https://user-images.githubusercontent.com/5455859/112395220-37ed3e80-8cbb-11eb-9d11-64fe1b075673.png) I'm...

For some reason, the tests are passing locally, but not in circleci. ![image](https://user-images.githubusercontent.com/5455859/76708918-ee394380-66b7-11ea-9c89-103dcb45cfe9.png)

1. Styling the Portal directly with props ```js const useModal = () => { const { isOpen, togglePortal, closePortal, Portal } = usePortal() const Modal = useCallback(({ style, ...props })...

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...

Discuss
Browser Compatibility

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`...