-
Notifications
You must be signed in to change notification settings - Fork 0
API Docs
Extends Component
A component for displaying the details of a GitHub repo
Parameters
-
props
Object the React component's props-
props.name
string the full display name of the repo -
props.url
string a URL to the repo's GitHb page -
props.language
string the primary programming language in this repo -
props.description
string a short description of the repo -
props.topics
Array<string> the topics this repo belongs to -
props.homepage
string a URL to the project's homepage
-
Extends Component
Displays a list of repository objects
Parameters
Extends React.Component
A controlled search input component
Parameters
-
props
Object the React component's props
Extends React.Component
A component for displaying errors
Parameters
Extends React.Component
The top level container component responsible for defining the app's basic layout and maintaining application-wide state (in this case the search term).
Parameters
props
Extends React.Component
A container component that renders search results from the GitHub API based
on its searchTerm
prop.
Parameters
-
props
Object the React component's props-
props.searchTerm
string the search term to display results for
-
Returns a function, that, as long as it continues to be invoked, will not
be triggered. The function will be called after it stops being called for
N milliseconds. If immediate
is passed, trigger the function on the
leading edge, instead of the trailing.
Parameters