Skip to content

A simple infinite scrolling with react, readux, thunk, axios and typescript

License

Notifications You must be signed in to change notification settings

anilsambasivan/react-infinite-scrolling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple infinite scrolling with react, readux, thunk, axios and typescript

This application connects to the https://api.stackexchange.com/ to get questions and you could scroll down to load more result in an infinite manner.

Note: there is some limit on the number of api call you could make to https://api.stackexchange.com/, so be aware if the result is not pulled and fter many reloads, this could be the reason. In the project directory, you can run:

This is really a basic implementation, I kep it as simple as possible, more sophisticated feature implementation could be done by extending this simple version.

email me anil.sambasivan@gmail.com for any assitance or questions

Open http://localhost:3000 to view it in the browser.

Step to run the app

You should have node latest stable version installed before running below steps

1. npm install

2. npm start

It will auto navigate to your default browser, if not use http://localhost:3000/
The page will reload if you make edits.

About

A simple infinite scrolling with react, readux, thunk, axios and typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published