Krishna Sagar R
Krishna Sagar R
Thanks a lot @rabbah I think it will help I will try this on my local and also in raspberry pi ( AMD ) post my findings and updates. Thanks
> I am interested to collaborator along. Feel free to connect [[email protected]](mailto:[email protected]) @shravan20 thanks a lot. Please feel free to create issues, reviewing the code, or creating pull requests by...
@FredrikAugust generation of random numbers is used across so many applications. Please suggest the categories :) .
@TheOtterlord Thanks for suggesting, The random numbers generated from this will be pseudo-random numbers using them for `Security` may not be a good idea :).
@KOLANICH cant get you :)
> Anyone started work on this? Not yet I think
It is happening due to abort on unmount feature ` useEffect(() => request.abort, [])` at https://github.com/ava/use-http/blob/031b2ee8e00241fc8585dda7cf0c135eda5a181a/src/useFetch.ts#L243 If I remove this line it is working, but it is making duplicate get...
@jroitgrund could you create a CodeSandbox to reproduce this issue ?
I think I resolved the issue I modified the codesandbox https://codesandbox.io/s/usefetch-use-http-todo-list-app-managed-state-forked-q72vnx?file=/src/index.js. Problem is the execution context of the options function and JavaScript variable reference I believe the options function executes...
> @krishnasaga hi,i can console new value by xxcurrent, but the value in post body is still old value, hope u can reply me thx!! this is a post demo...