https://github.com/dobjs/dob-react-devtools
devtools for dob-react, with action and ui two way binding
https://github.com/dobjs/dob-react-devtools
devtools dob
Last synced: about 2 months ago
JSON representation
devtools for dob-react, with action and ui two way binding
- Host: GitHub
- URL: https://github.com/dobjs/dob-react-devtools
- Owner: dobjs
- License: mit
- Created: 2017-10-20T13:37:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T03:21:18.000Z (over 7 years ago)
- Last Synced: 2025-03-08T12:15:23.203Z (2 months ago)
- Topics: devtools, dob
- Language: TypeScript
- Homepage: https://dobjs.github.io/dob-react-devtools-example/
- Size: 288 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# dob-react-devtools · [](https://travis-ci.org/dobjs/dob-react-devtools) [](https://www.npmjs.com/package/dob-react-devtools) [](https://codecov.io/github/dobjs/dob-react-devtools)
Devtools for dob-react, with action and ui two way binding.

## Usage
```typescript
import "dob-react-devtools"
import { startDebug } from "dob-react"startDebug()
```## Installation
Dob-react-devtools is available as the dob package on [npm](https://www.npmjs.com/package/dob-react-devtools).
```
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.