dob-react-devtools
v1.1.1
Published
Devtools for dob-react, with action and ui two way binding.
Downloads
18
Readme
dob-react-devtools ·
Devtools for dob-react, with action and ui two way binding.
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.