DevTools
React Async comes with a separate DevTools package which helps you Debug and develop your asynchronous application states. You can install it from npm:
Or if you're using Yarn:
Then simply import it and render the<DevTools />
component at the root of your app:
Last updated