skyjur / mobx-state-explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experiment: interactive mobx state exploration

Explore, modify and call action functions on any mobx data models. Maybe useful for:

  • Debugging
  • Displaying/interacting with state model without having views implementation

Usage example:

import explore from 'mobx-state-explorer';

let todoList = new TodoList;

explore(todoList);

About


Languages

Language:TypeScript 79.7%Language:CSS 11.6%Language:JavaScript 8.6%