Skip to content

skyjur/mobx-state-explorer

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published