This app is an implementation of polling using redux saga.
- React as the core infrastructure.
- Redux for state management.
- Redux-saga for handling async tasks with agility.
- 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.
git clone https://github.com/devKR2911/redux-polling.gitcd redux-pollingnpm installnpm run startSpecial credit goes to Facebook team for create-react-app