Skip to content

DarshanMaradiya/search-github-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seach Github Repository

The app is basically using Github Search API to search the repositories of your interest. While fetching the data it is showing the loader with extra 5 sec time to clearly see the loading as this small implemented searching functionality is the demonstration of the useLoader() custom hook that I have created to display the loader on the page while data is being fetched.

Redux Store

Along with ReactJS, the app is also utilizing ReduxJS to create its own mentained redux store. Since it is composed with Redux DevTools Extension, you will be able to explore the store using store also.

Middlewares

  1. Redux Thunk: To call action creators that return a function instead of an action object.
  2. Redux Logger: To display the actions being dispatched by the useLoader() custom-hook (only) in the console. You can edit in useLoader.js to get rid of it.

About

Demonstration of the usage of useLoader custom-hook and the usage of GitHub API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published