Is there a way to run a background process which would run a function every few minutes to call backend API and update the redux state. It is a large React App which has lot of components. This affects globally so I am looking for just a background process to do this.
I am looking if someone has done this before or used a ReactJS library to do it.