Skip to content

Latest commit

 

History

History

github-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Github API with redux-tiles

This examples shows one can build a data layer with redux-tiles to grab user info and drain all his repositories. Please, note, in case you will try it by yourself, that github has rate limiting for 60 requests.

Tiles code is located in github-tiles.js file, and code is executed in test file.

You can run it by yourself:

yarn install
yarn test # note time for the second test – caching should work!