Octave Raimbault
Octave Raimbault
Well, given a [recent article from Dan Abramov](https://overreacted.io/making-setinterval-declarative-with-react-hooks/) I think the current hooks need to be updated in order to be performant.
The version `1.3.0` provides the updated hooks. Keep in mind that 2 months without an update for something as new as hooks is a very, very long time. I wasn't...
@skipjack Well honestly I'm really glad you think so 😃 I mean if at least one person likes it then I'd be glad to maintain it ! But your help...
I ran some tests in a sandbox and both behaviours are not quite perfect. I tried by pushing the `memFn` into the array of `useEffect` and it seems to work...
Ok so I get the problem and was able to reproduce it although your solution doesn't seem to work either ? Here's a small sandbox with the test : https://codesandbox.io/s/71pxo9nkzx...
Hi ! I would definitely test this with `jest`, but not sure how to approach the subject. The article you linked is more about testing a "hooked" component, but gives...
I know it's a bit annoying since you have a couple of PRs but could you rebase this one so I can merge it ? I'd like to keep a...
> What if instead TResponse would be the readonly, I think that could help That seem to work in my specific use case but I'm not sure it wouldn't create...
Hi @MDUK0001. This issue started to appear for us when bumping to `15.4.8`. I can consistently reproduce the issue with `15.4.8` and consistently not with `15.4.7`. Which is problematic since...
Our issues started yesterday, after upgrading from `[email protected]` to `[email protected]`. Uploading a file even 10Mb fails. I'm not sure this is size related. Here's the error: ``` error: { "type":...