Giter Club home page Giter Club logo

mobx-devtools's Introduction

mobx-devtools

This repository is home for:

MobX DevTools

Features

  • Inspect mobx-react observers. Edit values in observable objects (Doesn't support editing react props/state, use react-devtools for that)
  • Track changes in MobX observables
  • MST support (see below).

mobx-state-tree

To allow inspecting MST root, do npm install mobx-devtools-mst and pass it to the function, exported as the default:

import makeInspectable from 'mobx-devtools-mst';

const myStore = MyStore.create(/* ... */);

makeInspectable(myStore);

MobX DevTools MST

Standalone app

Install:

npm install --global mobx-devtools

Start:

mobx-devtools

Troubleshooting

It doesn't work

Make sure that you are using mobx 3.1.15 or higher and your app does not live inside an iframe. If that doesn't help, please create an issue with detail about your environment.

Performance & Components tabs do not appear.

They appear only when you are using mobx-react 4.2.2 or higher;

Hacking

Check the HACKING.md.

mobx-devtools's People

Contributors

alexilyaev avatar andykog avatar dargue3 avatar egorshulga avatar eswat avatar gpfunk avatar hnordt avatar ilovedesert001 avatar jasonk avatar jonavila avatar kiwipom avatar marvinhagemeister avatar mattruby avatar means88 avatar mweststrate avatar npmcdn-to-unpkg-bot avatar panjiesw avatar realityforge avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.