Skip to content

React Async v7.0.0: DevTools support [deprecated]

Compare
Choose a tag to compare
@ghengeveld ghengeveld released this 03 Jul 11:44
· 525 commits to master since this release

This major release adds support for react-async-devtools and comes with an entirely new project structure based on a monorepo. There are no breaking changes, but it's a major milestone for the project.

  • Adds debugLabel prop which is used by DevTools to label promises/requests.
  • Uses window.__REACT_ASYNC__. devToolsDispatcher if it exists to pass events through the DevTools.

This version is deprecated because the build artifact was broken. This was fixed in v7.0.1.