@micra/store-hooks-devtools
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@micra/store-hooks-devtools

Installation

yarn add @micra/store-hooks-devtools

Usage

import { state } from '@micra/store-hooks';
import { devtools } from '@micra/store-hooks-devtools';

export const counter = state(0);
export const todos = state<any[]>([]);

devtools({
  counter,
  todos,
});

Readme

Keywords

none

Package Sidebar

Install

npm i @micra/store-hooks-devtools

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

5.01 kB

Total Files

6

Last publish

Collaborators

  • olavo.a.santos