{"id":18854983,"url":"https://github.com/roman01la/react-dom-visualizer","last_synced_at":"2025-08-12T14:33:19.199Z","repository":{"id":74176586,"uuid":"69266683","full_name":"roman01la/react-dom-visualizer","owner":"roman01la","description":"Visualize components structure in your React application as a tree chart","archived":false,"fork":false,"pushed_at":"2016-09-26T15:56:48.000Z","size":842,"stargazers_count":22,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T02:59:30.425Z","etag":null,"topics":["component-tree","react","tree-chart","vdom","visualization"],"latest_commit_sha":null,"homepage":null,"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/roman01la.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2016-09-26T15:55:34.000Z","updated_at":"2025-03-10T03:10:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0fc74bd-7270-4a36-9974-5b5f74e9e316","html_url":"https://github.com/roman01la/react-dom-visualizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roman01la%2Freact-dom-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roman01la%2Freact-dom-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roman01la%2Freact-dom-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roman01la%2Freact-dom-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roman01la","download_url":"https://codeload.github.com/roman01la/react-dom-visualizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868808,"owners_count":21174755,"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":["component-tree","react","tree-chart","vdom","visualization"],"created_at":"2024-11-08T03:52:25.552Z","updated_at":"2025-04-14T10:52:40.176Z","avatar_url":"https://github.com/roman01la.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-dom-visualizer\n\n*Visualize components structure in your React application as a tree chart*\n\n\u003cimg src=\"example.png\" width=\"500\" /\u003e\n\n## Installation\n```\nnpm i -D react-dom-visualizer\n```\n\nThis tool in using `__REACT_DEVTOOLS_GLOBAL_HOOK__` which is also used by React Developer Tools. They are not working together. Make sure to disable React DevTools extension before running your app with `react-dom-visualizer`.\n\n## Usage\nRun example app `cd example \u0026\u0026 npm run example:start`, open [localhost:3000](http://localhost:3000) in your browser.\n```jsx\nimport visualize from 'react-dom-visualizer'; // should be included before React\nimport React from 'react';\nimport { render } from 'react-dom';\nimport App from './components/app';\n\nrender(\u003cApp /\u003e, document.getElementById('app'));\n\n// should be called after render\nvisualize({\n  selector: '#viz',\n  width: 1000,\n  height: 800,\n  displayLabels: false,\n  treeConfig: {\n    width: 1000,\n    height: 600\n  }\n});\n```\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froman01la%2Freact-dom-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froman01la%2Freact-dom-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froman01la%2Freact-dom-visualizer/lists"}