{"id":26529021,"url":"https://github.com/faustienf/react-feed","last_synced_at":"2026-04-05T21:02:30.681Z","repository":{"id":157386345,"uuid":"486315546","full_name":"faustienf/react-feed","owner":"faustienf","description":"◽🔲◽ Rendering part of large list components","archived":false,"fork":false,"pushed_at":"2022-06-10T10:57:31.000Z","size":2551,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T00:15:36.256Z","etag":null,"topics":["feed","react","react-feed","react-virtualized","react-window","virtual-list","virtualization"],"latest_commit_sha":null,"homepage":"https://faustienf.github.io/react-feed","language":"TypeScript","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/faustienf.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-27T18:54:39.000Z","updated_at":"2022-05-10T08:24:46.000Z","dependencies_parsed_at":"2023-05-02T07:47:03.687Z","dependency_job_id":null,"html_url":"https://github.com/faustienf/react-feed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faustienf/react-feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faustienf%2Freact-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faustienf%2Freact-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faustienf%2Freact-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faustienf%2Freact-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faustienf","download_url":"https://codeload.github.com/faustienf/react-feed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faustienf%2Freact-feed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271984463,"owners_count":24853828,"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-08-24T02:00:11.135Z","response_time":111,"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":["feed","react","react-feed","react-virtualized","react-window","virtual-list","virtualization"],"created_at":"2025-03-21T16:20:17.745Z","updated_at":"2025-12-30T21:36:46.149Z","avatar_url":"https://github.com/faustienf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-feed\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/faustienf/react-feed/master/public/picture.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n## Hook API\n\n```tsx\nconst [startIndex, setStartIndex] = useState(0);\nconst ref = useRef\u003cHTMLDivElement\u003e(null);\n\nconst { style } = useFeed(ref, {\n  startIndex,\n  onReadHeight: (el) =\u003e el.offsetHeight,\n  onReadScrollTop: () =\u003e document.scrollingElement.scrollTop,\n  onChangeStartIndex: setStartIndex,\n});\n\n\u003cdiv ref={ref} style={style}\u003e\n  {items.slice(startIndex, startIndex + 10).map((item) =\u003e (\n    \u003cCard key={item.id} /\u003e\n  ))}\n\u003c/div\u003e\n```\n\n## Component API\n\n```tsx\nconst [startIndex, setStartIndex] = useState(0);\n\n\u003cFeed\n  startIndex={startIndex}\n  onReadHeight={(el) =\u003e el.offsetHeight}\n  onReadScrollTop={() =\u003e document.scrollingElement.scrollTop}\n  onChangeStartIndex={setStartIndex}\n\u003e\n  {items.slice(startIndex, startIndex + 10).map((item) =\u003e (\n    \u003cCard key={item.id} /\u003e\n  ))}\n\u003c/Feed\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaustienf%2Freact-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaustienf%2Freact-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaustienf%2Freact-feed/lists"}