1.0.8 • Published 1 year ago

valtio-devtools v1.0.8

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

valtio-devtools

A simple state viewer for valtio web/expo apps.

Usage

npx valtio-devtools

Screenshot

App Usage

import { proxy } from  'valtio'
import devtools from 'valtio-devtools-client'

const  state = proxy({
	 foo: true,
	 bar: false
})
const devtoolOptions = {
	host: 'localhost' //default
	
	//Configure host automatically with `babel-plugin-ip-address`
	remote: false //default
}
devtools(state, options)

Future Features (Hopefully)

  • Able to run on different port number - command line arg - or ability to change port via UI
  • Able to connect more than one web app on different tabs
  • Pause / step through state changes
  • "Manual Mode" - Watch changes on only object branches user selects - or ignore changes on object branches user chooses to ignore
  • Show a list (description) of state changes with time elapsed in-between
  • Performance improvements
1.0.8

1 year ago

1.1.0

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago