{"id":13452180,"url":"https://github.com/mobxjs/mobx-devtools","last_synced_at":"2025-05-14T11:09:56.624Z","repository":{"id":41284351,"uuid":"104060322","full_name":"mobxjs/mobx-devtools","owner":"mobxjs","description":"Mobx Devtools (React, Chrome Extension) - Looking for maintainers! https://github.com/mobxjs/mobx-devtools/issues/55","archived":false,"fork":false,"pushed_at":"2024-12-06T14:21:16.000Z","size":2287,"stargazers_count":497,"open_issues_count":33,"forks_count":34,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-08T18:48:42.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mobxjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"mobx"}},"created_at":"2017-09-19T10:20:35.000Z","updated_at":"2025-05-07T19:54:16.000Z","dependencies_parsed_at":"2025-01-02T21:02:47.726Z","dependency_job_id":"14740c6d-8ffb-468a-9e38-497eb5177c16","html_url":"https://github.com/mobxjs/mobx-devtools","commit_stats":{"total_commits":323,"total_committers":33,"mean_commits":9.787878787878787,"dds":0.653250773993808,"last_synced_commit":"13db38688d7432be678024183f9de9d6f008ed13"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobxjs%2Fmobx-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobxjs%2Fmobx-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobxjs%2Fmobx-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobxjs%2Fmobx-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mobxjs","download_url":"https://codeload.github.com/mobxjs/mobx-devtools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129489,"owners_count":22019628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T07:01:16.134Z","updated_at":"2025-05-14T11:09:56.516Z","avatar_url":"https://github.com/mobxjs.png","language":"JavaScript","funding_links":["https://opencollective.com/mobx"],"categories":["JavaScript"],"sub_categories":[],"readme":"# mobx-devtools\n\n[![Build Status](https://travis-ci.org/mobxjs/mobx-devtools.svg?branch=master)](https://travis-ci.org/mobxjs/mobx-devtools)\n\nThis repository is home for:\n\n- [MobX Developer Tools for **Chrome**](https://chrome.google.com/webstore/detail/mobx-developer-tools/pfgnfdagidkfgccljigdamigbcnndkod)\n- [MobX Developer Tools for **Firefox**](https://addons.mozilla.org/en-US/firefox/addon/mobx-devtools/)\n- [Standalone app](#standalone-app) for Safari, IE etc.\n\n![MobX DevTools](preview.gif)\n\n#### Features\n\n- Track changes in MobX observables\n- MST support (see below).\n\n#### mobx-state-tree\n\nTo allow inspecting MST root, do `npm install mobx-devtools-mst` and pass it to the function, exported as the default:\n\n```js\nimport makeInspectable from 'mobx-devtools-mst';\n\nconst myStore = MyStore.create(/* ... */);\n\nmakeInspectable(myStore);\n```\n\n![MobX DevTools MST](preview-mst.png)\n\n#### Standalone app\n\nInstall:\n\n```sh\nnpm install --global mobx-devtools\n```\n\nStart:\n\n```sh\nmobx-devtools\n```\n\n# Troubleshooting\n\n### It doesn't work\n\nMake sure that you are using [mobx](https://www.npmjs.com/package/mobx) 3.1.15 or higher and your app does not live inside an iframe. If that doesn't help, please [create an issue](https://github.com/mobxjs/mobx-devtools/issues/new) with detail about your environment.\n\n### Performance \u0026 Components tabs [DEPRECATED].\n\nPrefer use React Devtools extension for components tree and performance [discuss](https://github.com/mobxjs/mobx-devtools/issues/56#issuecomment-541896923)\n\n# Hacking\n\nCheck the [HACKING.md](HACKING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobxjs%2Fmobx-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobxjs%2Fmobx-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobxjs%2Fmobx-devtools/lists"}