How to provide transparent request retry in ES 6

How to provide transparent request retry in ES 6 When working for an MVP in one of our projects (a React Native-based app) we were asked to have a “Reconnect” modal dialog with a “Retry” button that would be shown when a request timeouts, preventing the user to interact with an empty UI. The major …

How to provide transparent request retry in ES 6 Read More »