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
There are some very small components (Image) and some very large ones (ImageUrl) in your app. Remember that a component should do one thing (i.e. does it make sense to have two separate components for 'avatarImage' and 'userName' when both share the same purpose of displaying the user's GitHub profile data?)
Check out this thread, as you can see there is no definitive answer, but you can bear these things in mind for future projects. I think most important is to adopt a consistent approach as a team.
The text was updated successfully, but these errors were encountered:
There are some very small components (Image) and some very large ones (ImageUrl) in your app. Remember that a component should do one thing (i.e. does it make sense to have two separate components for 'avatarImage' and 'userName' when both share the same purpose of displaying the user's GitHub profile data?)
Check out this thread, as you can see there is no definitive answer, but you can bear these things in mind for future projects. I think most important is to adopt a consistent approach as a team.
The text was updated successfully, but these errors were encountered: