react-nested-loader
react-nested-loader copied to clipboard
Add ability to delay async resolution
For example if you are on RN and the button trigger an async process and then a navigation, we may want the button to keep its spinner during the navigation transition. IE waiting for InteractionManager.runAfterInteractions on RN and requestIdleCallback on web