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 have seen in the repo some instance where calls are made and callbacks are being used.
IMHO you should move away from those and try to use async await whenever possible. The reason for that is that it will help clean up the code and embraces the modern JS/TS standards.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have seen in the repo some instance where calls are made and callbacks are being used.
IMHO you should move away from those and try to use async await whenever possible. The reason for that is that it will help clean up the code and embraces the modern JS/TS standards.
Beta Was this translation helpful? Give feedback.
All reactions