{"id":17335450,"url":"https://github.com/vigneshshanmugam/react-memorystats","last_synced_at":"2025-10-05T02:26:19.441Z","repository":{"id":34397727,"uuid":"38325419","full_name":"vigneshshanmugam/react-memorystats","owner":"vigneshshanmugam","description":"React Component for Memory Stats","archived":false,"fork":false,"pushed_at":"2022-12-07T07:46:27.000Z","size":430,"stargazers_count":42,"open_issues_count":17,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-01T00:20:17.892Z","etag":null,"topics":["component","memory","react"],"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/vigneshshanmugam.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}},"created_at":"2015-06-30T18:16:20.000Z","updated_at":"2023-06-23T10:54:47.000Z","dependencies_parsed_at":"2023-01-15T06:50:04.833Z","dependency_job_id":null,"html_url":"https://github.com/vigneshshanmugam/react-memorystats","commit_stats":null,"previous_names":["vigneshshanmugam/react-memory-stats"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vigneshshanmugam/react-memorystats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vigneshshanmugam%2Freact-memorystats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vigneshshanmugam%2Freact-memorystats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vigneshshanmugam%2Freact-memorystats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vigneshshanmugam%2Freact-memorystats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vigneshshanmugam","download_url":"https://codeload.github.com/vigneshshanmugam/react-memorystats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vigneshshanmugam%2Freact-memorystats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278202588,"owners_count":25947582,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","memory","react"],"created_at":"2024-10-15T15:10:01.018Z","updated_at":"2025-10-05T02:26:19.426Z","avatar_url":"https://github.com/vigneshshanmugam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-memory-stats\n\nThis Component is based on Paul Irish's [memory-stats](https://github.com/paulirish/memory-stats.js).\n\n![image](http://i.imgur.com/eUCFcAH.gif)\n\n### Installation\n\n```javascript\nyarn add react-memorystats\n```\n\n### Usage\n\n```\nimport { render } from 'react-dom';\nimport MemoryStatsComponent from 'react-memorystats';\n\nrender(\n  \u003cMemoryStatsComponent corner=\"topLeft\" /\u003e,\n  document.getElementById(\"container\")\n);\n```\n\n#### Config\n\n   + corner - topLeft, topRight (default), bottomLeft, bottomRight\n\ncheck the example code [here](https://github.com/vigneshshanmugam/react-memory-stats/blob/master/example).\n\n### Start Chrome with `--enable-precise-memory-info`\n\n```\n# Linux\ngoogle-chrome --enable-precise-memory-info --enable-memory-info\n\n#MacOS\n/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --enable-precise-memory-info --enable-memory-info\n```\n\nOtherwise the results from performance.memory are bucketed and less useful.\n\n\n### Development\n\n```javascript\n// install dependencies\nyarn install\n// run example locally and start server\nyarn start\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvigneshshanmugam%2Freact-memorystats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvigneshshanmugam%2Freact-memorystats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvigneshshanmugam%2Freact-memorystats/lists"}