{"id":13496084,"url":"https://github.com/epicweb-dev/react-performance","last_synced_at":"2025-04-10T23:59:03.644Z","repository":{"id":39657280,"uuid":"210463284","full_name":"epicweb-dev/react-performance","owner":"epicweb-dev","description":"Let's make our apps fast ⚡","archived":false,"fork":false,"pushed_at":"2025-04-10T07:44:48.000Z","size":10969,"stargazers_count":1766,"open_issues_count":0,"forks_count":668,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-10T23:58:47.298Z","etag":null,"topics":["epicreact-dev","epicweb-dev","kcd-edu","performance","react","workshop"],"latest_commit_sha":null,"homepage":"https://performance.epicreact.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epicweb-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-09-23T22:26:01.000Z","updated_at":"2025-04-10T07:44:53.000Z","dependencies_parsed_at":"2024-09-16T17:57:19.353Z","dependency_job_id":"d7620aa6-7de3-45d8-8191-e35a37fe56f2","html_url":"https://github.com/epicweb-dev/react-performance","commit_stats":{"total_commits":486,"total_committers":49,"mean_commits":9.918367346938776,"dds":"0.30246913580246915","last_synced_commit":"2201025a3bfc044e52f097b97783f72f8dd35d10"},"previous_names":["epicweb-dev/react-performance"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Freact-performance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Freact-performance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Freact-performance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Freact-performance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epicweb-dev","download_url":"https://codeload.github.com/epicweb-dev/react-performance/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317704,"owners_count":21083528,"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":["epicreact-dev","epicweb-dev","kcd-edu","performance","react","workshop"],"created_at":"2024-07-31T19:01:42.041Z","updated_at":"2025-04-10T23:59:03.638Z","avatar_url":"https://github.com/epicweb-dev.png","language":"TypeScript","readme":"\u003cdiv\u003e\n  \u003ch1 align=\"center\"\u003e\u003ca href=\"https://www.epicweb.dev/workshops\"\u003eReact Performance 🚀\u003c/a\u003e\u003c/h1\u003e\n  \u003cstrong\u003e\n    React is fast, until it isn't. Let's make your React app fast.\n  \u003c/strong\u003e\n  \u003cp\u003e\n    Learn everything you need to diagnose, profile, and fix performance problems\n    in your React application using the Browser Performance Profiler,\n    React DevTools Profiler, and proven React optimization techniques.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003chr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca\n    alt=\"Epic Web logo with the words Deployed Version\"\n    href=\"https://performance.epicreact.dev\"\n  \u003e\n    \u003cimg\n      width=\"300px\"\n      src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/254000390-447a3559-e7b9-4918-947a-1b326d239771.png\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003chr /\u003e\n\n\u003c!-- prettier-ignore-start --\u003e\n[![Build Status][build-badge]][build]\n[![GPL 3.0 License][license-badge]][license]\n[![Code of Conduct][coc-badge]][coc]\n\u003c!-- prettier-ignore-end --\u003e\n\n## Prerequisites\n\n- Install the React DevTools\n  ([Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)\n  (recommended),\n  [Firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/))\n- Experience with React and all hooks\n\n## Pre-workshop Resources\n\nHere are some resources you can read before taking the workshop to get you up to\nspeed on some of the tools and concepts we'll be covering:\n\n- [Analyze runtime performance](https://developer.chrome.com/docs/devtools/performance)\n- [Performance features reference](https://developer.chrome.com/docs/devtools/performance/reference/)\n- [Profile a React App for Performance](https://kentcdodds.com/blog/profile-a-react-app-for-performance)\n\n## System Requirements\n\n- [git][git] v2.18 or greater\n- [NodeJS][node] v20 or greater\n- [npm][npm] v8 or greater\n\nAll of these must be available in your `PATH`. To verify things are set up\nproperly, you can run this:\n\n```shell\ngit --version\nnode --version\nnpm --version\n```\n\nIf you have trouble with any of these, learn more about the PATH environment\nvariable and how to fix it here for [windows][win-path] or\n[mac/linux][mac-path].\n\n## Setup\n\nThis is a pretty large project (it's actually many apps in one) so it can take\nseveral minutes to get everything set up the first time. Please have a strong\nnetwork connection before running the setup and grab a snack.\n\nFollow these steps to get this set up:\n\n```sh nonumber\ngit clone --depth 1 https://github.com/epicweb-dev/react-performance.git\ncd react-performance\nnpm run setup\n```\n\nIf you experience errors here, please open [an issue][issue] with as many\ndetails as you can offer.\n\n## Starting the app\n\nOnce you have the setup finished, you can start the app with:\n\n```\nnpm start\n```\n\n## The Workshop App\n\nLearn all about the workshop app on the\n[Epic Web Getting Started Guide](https://www.epicweb.dev/get-started).\n\n[![Kent with the workshop app in the background](https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/280407082-0e012138-e01d-45d5-abf2-86ffe5d03c69.png)](https://www.epicweb.dev/get-started)\n\n\u003c!-- prettier-ignore-start --\u003e\n[npm]: https://www.npmjs.com/\n[node]: https://nodejs.org\n[git]: https://git-scm.com/\n[build-badge]: https://img.shields.io/github/actions/workflow/status/epicweb-dev/react-performance/validate.yml?branch=main\u0026logo=github\u0026style=flat-square\n[build]: https://github.com/epicweb-dev/react-performance/actions?query=workflow%3Avalidate\n[license-badge]: https://img.shields.io/badge/license-GPL%203.0%20License-blue.svg?style=flat-square\n[license]: https://github.com/epicweb-dev/react-performance/blob/main/LICENSE.md\n[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square\n[coc]: https://kentcdodds.com/conduct\n[win-path]: https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/\n[mac-path]: http://stackoverflow.com/a/24322978/971592\n[issue]: https://github.com/epicweb-dev/react-performance/issues/new\n\u003c!-- prettier-ignore-end --\u003e\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicweb-dev%2Freact-performance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicweb-dev%2Freact-performance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicweb-dev%2Freact-performance/lists"}