{"id":17945256,"url":"https://github.com/nicolasbrugneaux/react-memory-stats","last_synced_at":"2025-03-24T18:32:49.825Z","repository":{"id":27333343,"uuid":"30807969","full_name":"nicolasbrugneaux/react-memory-stats","owner":"nicolasbrugneaux","description":"React Component that shows your app memory activity.","archived":false,"fork":false,"pushed_at":"2015-02-23T15:06:57.000Z","size":356,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T04:12:46.259Z","etag":null,"topics":["javascript","memory-stats","monitoring","performance","react"],"latest_commit_sha":null,"homepage":"http://nicolasbrugneaux.github.io/react-memory-stats","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicolasbrugneaux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-14T20:32:08.000Z","updated_at":"2023-02-07T12:54:08.000Z","dependencies_parsed_at":"2022-08-17T17:45:08.801Z","dependency_job_id":null,"html_url":"https://github.com/nicolasbrugneaux/react-memory-stats","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/nicolasbrugneaux%2Freact-memory-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasbrugneaux%2Freact-memory-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasbrugneaux%2Freact-memory-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasbrugneaux%2Freact-memory-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolasbrugneaux","download_url":"https://codeload.github.com/nicolasbrugneaux/react-memory-stats/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245328460,"owners_count":20597427,"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":["javascript","memory-stats","monitoring","performance","react"],"created_at":"2024-10-29T06:24:49.145Z","updated_at":"2025-03-24T18:32:49.495Z","avatar_url":"https://github.com/nicolasbrugneaux.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-memory-stats\n\nThis plugin 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## Install\n\n```\nnpm install react-memory-stats --save\n```\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### Add the module to your react's dependencies\n\n```js\nvar MemoryStatsComponent = require( 'react-memory-stats' );\n...\nrender: function()\n{\n  return ( \u003cMemoryStatsComponent enabled={true}/\u003e );\n}\n\n```\n\n## Contribute\n\n```\nnpm install\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasbrugneaux%2Freact-memory-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolasbrugneaux%2Freact-memory-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasbrugneaux%2Freact-memory-stats/lists"}