react-wait
react-wait copied to clipboard
Complex Loader Management Hook for React Applications
Hi there! Thank you for this awesome library. I experienced a kind of weird behavior while working with this library. **Description** if I use method startWaiting in useEffect hook like...
I would like to check if I could start contributing to this project by proofreading the Readme documentation.
I've been using the library for a while and I noticed that I could simplify my code with something like composing of the waiters. For example, given that I have...
This PR enables `react-wait` to use in a class component via injected prop #8 and also contains some refactoring stuffs that I wanted to request your comments. @f ~~I tested...
codesandbox is a great online code editor which makes it easier to code and share, but it's not a bad idea to make these files accessible in our own repository.
Thank you for this convenient library. Is it possible to implement a withWait() HOC to allow class components to use react-wait ?
Hello could you tell me if it compatible with nextjs and server rendering? I'm getting an error n.useState is not a function TypeError: n.useState is not a function at exports.Waiter...