Skip to content

devKR2911/redux-polling

Repository files navigation

Description

This app is an implementation of polling using redux saga.

Technology used

  • React as the core infrastructure.
  • Redux for state management.
  • Redux-saga for handling async tasks with agility.

Customizations added in polling mechanism.

  • Mentioning custom time interval for which polling is to be executed.
  • Success action to be dispatched on the required response is obtained.
  • Mentioning the endpoint url on which polling is to be done.

Running the project

Cloning the project in local machine.

git clone https://github.com/devKR2911/redux-polling.git

Moving inside the project folder.

cd redux-polling

Installing the packages.

npm install

Running the project in local machine.

npm run start

Opening in browser

http://localhost:3000

Credit

Special credit goes to Facebook team for create-react-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors