unrevised6419
unrevised6419
I agree with this PR, but I think user should be responsible for reading the response in a correct way. As a user I would just made my own `getJSON`...
@nason Yeap, mostly about performance. But I don't think there is such big performance lose.
@nason @wachunei I see it this way, ```js const actionCreator = (controller, abortCtrl1, abortCtrl2) => ({ [RSAA]: { // ... types: ['REQUEST', 'SUCCESS', 'FAILURE', 'ABORT'] abort: [abortCtrl1, abortCtrl2], signal: controller.signal...
And maybe some global `signal` can be useful
Maybe use debounce instead of throttling. Make only one request when user stops writing.
This also worked for me. Just had to Shift+Click a few times till reached the end. Couldn't do it in one go.
This is how we made CRA somehow extendable. * fork CRA repo, * checkout lastest released version (as tag) * apply these changes https://github.com/winify-ag/create-react-app/commit/HEAD * add a namespace to `react-scripts`...
Some of my insights. I'm using this package extensively, daily. My most used shortcuts are `s` `n` `b` `u` `c` `d` I'm using this package because it increases speed drastically....
One more possible destination > Find the true size of an npm package. > https://pkg-size.dev