{"id":22982845,"url":"https://github.com/neomaxzero/react-perf-hoc","last_synced_at":"2026-05-06T22:07:41.557Z","repository":{"id":57342394,"uuid":"81145531","full_name":"neomaxzero/react-perf-hoc","owner":"neomaxzero","description":"React HOC that retrieves first render and further updates in milliseconds. ","archived":false,"fork":false,"pushed_at":"2017-07-26T10:59:55.000Z","size":8,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-09T03:34:53.110Z","etag":null,"topics":["hoc","performance","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neomaxzero.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":"2017-02-06T23:45:34.000Z","updated_at":"2018-02-11T18:14:20.000Z","dependencies_parsed_at":"2022-09-16T02:50:21.802Z","dependency_job_id":null,"html_url":"https://github.com/neomaxzero/react-perf-hoc","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/neomaxzero%2Freact-perf-hoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomaxzero%2Freact-perf-hoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomaxzero%2Freact-perf-hoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomaxzero%2Freact-perf-hoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neomaxzero","download_url":"https://codeload.github.com/neomaxzero/react-perf-hoc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246794206,"owners_count":20834938,"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":["hoc","performance","react"],"created_at":"2024-12-15T02:33:20.361Z","updated_at":"2026-05-06T22:07:36.524Z","avatar_url":"https://github.com/neomaxzero.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-perf-HOC\nReact HOC that retrieves first render and further updates in milliseconds. \n\n## Example usage\n\n```javascript\n//SuspiciousComponent.js\nimport React, { Component } from 'react';\nimport sastre from 'react-perf-hoc';\n\nclass SuspiciousComponent  extends Component {\n    constructor(props) {\n      //internals.\n    }\n    // and go on...\n}\n\nexport default sastre(SuspiciousComponent);\n```\n\n\n## Simple Steps\n\n1. ```import sastre from 'react-perf-hoc'```.\n2. ```export default sastre(MyComponent)```.\n3. ```Run app and check console```.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomaxzero%2Freact-perf-hoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneomaxzero%2Freact-perf-hoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomaxzero%2Freact-perf-hoc/lists"}