Skip to content

A set of tools inspired by redux-dev-tools, built specifically for mobx-state-tree

License

Notifications You must be signed in to change notification settings

alessioscalici/mobx-state-tree-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mobx-state-tree-tools (WIP)

##TO DO

  • use SCSS
  • arrow up/down should change action list when selected
  • use the gear button in tree objects to show/hide breadcrumbs/pins, filter etc
  • optimize re-renders (now it renders the whole tree after every change, try with multiple actions)
    • action item: done
    • tree node: probably better refactoring to a non recursive rendering (indented list)

Install dependencies

npm install or yarn install

Start development server

npm start or yarn start

Runs the demo app in development mode. Open http://localhost:3000 to view it in the browser.

Library files

All library files are located inside src/lib

Demo app

Is located inside src/demo directory, here you can test your library while developing

Testing

npm run test or yarn run test

Build library

npm run build or yarn run build

Produces production version of library under the build folder.

Publish library

npm publish

About

A set of tools inspired by redux-dev-tools, built specifically for mobx-state-tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages