async-states-devtools
v2.0.0
Published
This is the devtools for [react-async-states](https://github.com/incepter/react-async-states) package.
Downloads
28
Readme
This is the devtools for react-async-states package.
It is still experimental and in alpha phase.
Usage:
import DevtoolsView from "async-states-devtools";
// then embed anywhere in your tree:
<DevtoolsView />;
or
import { AutoConfiguredDevtools } from "async-states-devtools";
// embed this devtools anywhere
<AutoConfiguredDevtools />;
or
import { autoConfigureDevtools } from "async-states-devtools";
// or just let magic happen by itself
autoConfigureDevtools();
Note/issue: The devtools uses antd for now (will be removed), so your styles may clash if also using antd.
Antd will be removed from the library asap.