@helux/plugin-devtool
TypeScript icon, indicating that this package has built-in type declarations

4.0.3 • Public • Published

helux-plugin-devtool

use this plugin at your entry file

import { addPlugin } from 'helux';
import { HeluxPluginDevtool } from '@helux/plugin-devtool';

addPlugin(HeluxPluginDevtool);

Attention

You must set moduleName when create a shared state to let the devtool record state changing.

atom(1, { moduleName: 'num' });

Readme

Keywords

none

Package Sidebar

Install

npm i @helux/plugin-devtool

Weekly Downloads

75

Version

4.0.3

License

MIT

Unpacked Size

16.5 kB

Total Files

10

Last publish

Collaborators

  • fantasticsoul