reactjs - How to execute a click handler before the end of the ripple effect in Material UI? -


using <flatbuttin> (or other control matter), click handler (or redirection) happens once visual "ripple" effect has finished.

this makes ui i'm working on feel sluggish, because once button effect starts, have fetch resources in backend, , user must wait again.

i understand interest of giving feedback on user actions, ripple effect feedback blocks further processing in app.

is there way bypass ripple delay , execute click handler right away - without hiding ripple effect?

use react-tap-plugin along ontouchtap handlers


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -