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
Use react and redux in a proper way, i.e. don't use connect in each component, use refs instead of document.getElementById, give components proper names, remove dummy stuff, etc.
The text was updated successfully, but these errors were encountered:
Use react and redux in a proper way, i.e. don't use
connect
in each component, use refs instead ofdocument.getElementById
, give components proper names, remove dummy stuff, etc.The text was updated successfully, but these errors were encountered: