dob-react-devtools
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

dob-react-devtools · CircleCI Status npm version code coverage

Devtools for dob-react, with action and ui two way binding.

dob-react-devtools demo

Usage

import "dob-react-devtools"
import { startDebug } from "dob-react"
 
startDebug()

Installation

Dob-react-devtools is available as the dob package on npm.

npm i dob-react-devtools

Features

  • UI elements that are decorated with Connect, will highlight when dob triggers rerender.
  • Visually record the triggered action history and display data changes.
  • When UI element rerender, you can see the list of action associated with it.
  • View each UI element, that each action triggerd.

/dob-react-devtools/

    Package Sidebar

    Install

    npm i dob-react-devtools

    Weekly Downloads

    1

    Version

    1.1.1

    License

    ISC

    Last publish

    Collaborators

    • ascoders