async-states-devtools
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta-11 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i async-states-devtools

Weekly Downloads

6

Version

2.0.0-beta-11

License

none

Unpacked Size

62.2 kB

Total Files

19

Last publish

Collaborators

  • incepter