0.0.3 • Published 5 years ago

@micra/store-hooks-devtools v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@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,
});
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago