Refactor the methods related to handling repo list fetch and displaying of the repo list out of the HomePage component and into a separate, dedicated React component. The "Get Repos" button in the HomePage component should also be moved into the same new, dedicated React component.
Refactor the methods related to handling repo list fetch and displaying of the repo list out of the
HomePage
component and into a separate, dedicated React component. The"Get Repos"
button in theHomePage
component should also be moved into the same new, dedicated React component.NOTE: This issue renders issue #11 moot.