sheaivey / react-axios

Axios Components for React with child function callback
MIT License
180 stars 20 forks source link

Debounce imediate #11

Closed sheaivey closed 7 years ago

sheaivey commented 7 years ago

This PR addresses issue #10 where initial request was being called after debounce instead of before. Default now is debounceImmediate=true. If props change before debounce timeout the current request will be canceled and a new one will be issued to get the request and props back in sync.