You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd probably put this in src/utils/function.js so it is resistant to future possible namespacing. And then replace all our calls of bind with the new faster bind
The text was updated successfully, but these errors were encountered:
Description:
Bind is slow. The answer says that the native one does a lot of unnecessary stuff when we just want:
I'd probably put this in
src/utils/function.js
so it is resistant to future possible namespacing. And then replace all our calls ofbind
with the new faster bindThe text was updated successfully, but these errors were encountered: