Skip to content

dobjs/dob-react-devtools

Repository files navigation

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.

Releases

No releases published

Packages

No packages published