@flatom/debug
TypeScript icon, indicating that this package has built-in type declarations

0.7.16 • Public • Published

@flatom/react

Package for debugging Flatom via Redux DevTools.

npm npm type definitions npm bundle size GitHub

Install

npm i @flatom/debug

or

yarn add @flatom/debug

@flatom/debug depends on @flatom/core.

Usage

Step 1. Connect to redux dev tools

import { createStore } from '@flatom/core'
import { connectReduxDevtools } from '@flatom/debug'

const store = createStore();
connectReduxDevtools(store);

Install

npm i @flatom/debug

DownloadsWeekly Downloads

4

Version

0.7.16

License

MIT

Unpacked Size

24.4 kB

Total Files

12

Last publish

Collaborators

  • arswarog