{"id":13403800,"url":"https://github.com/btholt/complete-intro-to-react-v5","last_synced_at":"2025-05-14T21:09:01.920Z","repository":{"id":34397297,"uuid":"166721244","full_name":"btholt/complete-intro-to-react-v5","owner":"btholt","description":"The Complete Intro to React, the fifth version","archived":false,"fork":false,"pushed_at":"2023-03-02T18:12:46.000Z","size":6175,"stargazers_count":3621,"open_issues_count":54,"forks_count":1127,"subscribers_count":52,"default_branch":"master","last_synced_at":"2025-04-06T13:07:57.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://frontendmasters.com/learn/react/","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/btholt.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}},"created_at":"2019-01-20T23:37:11.000Z","updated_at":"2025-03-16T21:41:27.000Z","dependencies_parsed_at":"2024-01-08T07:55:36.317Z","dependency_job_id":"85da3705-1166-49c4-a054-63c6997b61e2","html_url":"https://github.com/btholt/complete-intro-to-react-v5","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/btholt%2Fcomplete-intro-to-react-v5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btholt%2Fcomplete-intro-to-react-v5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btholt%2Fcomplete-intro-to-react-v5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btholt%2Fcomplete-intro-to-react-v5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btholt","download_url":"https://codeload.github.com/btholt/complete-intro-to-react-v5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741202,"owners_count":21154255,"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":[],"created_at":"2024-07-30T19:01:34.776Z","updated_at":"2025-04-13T16:10:19.685Z","avatar_url":"https://github.com/btholt.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"# Welcome to the [Complete Intro to React v5][course] and [Intermediate React v2][course-intermediate]!\n\nTo find the latest version of the React courses, head to the [React Learning Path][react-path] on Frontend Masters.\n\n- [See the course website here][v5].\n\nBefore starting the course, please have [VSCode][vscode] or another code editor installed.\n\nThe master branch and commits within are all covered in [Introduction to React v5][course]. The other branches, excluding the [gh-pages-src][gh-pages] and gh-pages branches (these create the [course website][v5]), are all covered in [Intermediate React][course-intermediate] as modular segments that can be taken individually, or out of order.\n\nBrian is using a font called [Dankmono][dankmono] (not necessary to install -- just for those curious), but [FiraCode][firacode] is another great option. This course was written for and recorded by [Frontend Masters][fem]. The code here is licensed under the Apache 2.0 license and the [course notes][v5] are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license.\n\n## Debugging \n\n### npm install Issues:\n\nTry running `npm upgrade` before `npm install` to update package.json dependencies.\n\n### Parcel Issues:\n\nParcel is an ever evolving project that's just getting better. If you run into problems with it not respecting changes (particularly to your `.babelrc` or `.env` files) then delete the `dist/` and the `.cache/` directories. You can do this in bash by running from the root directoy of your project `rm -rf dist/ .cache/` or just by deleting those directories in your editor. This will force Parcel to start over and not cache anything.\n\nSee [this issue](https://github.com/btholt/complete-intro-to-react-v4/issues/3#issuecomment-425124265) for more specific instructions.\n\n### Solution to \"regeneratorRuntime is not defined\"\n\nThe simplest solution is to cut the supported browsers list in your `package.json` file down to:\n\n```js\n    \"browserslist\": [\n        \"last 2 Chrome versions\",\n    ]\n```\n\nThere is a more involved solution if you want to [support more browsers in the issue](https://github.com/btholt/complete-intro-to-react-v5/issues/58#issuecomment-559882582).\n\nIf you run into anything else, open an issue and we'll try to clarify or help!\n\n## See a Bug or Typo?\n\nPull requests are extremely welcome! If you see a typo in the course website, you can access the website code through the [gh-pages-src][gh-pages] branch of this repository.\n\n[gh-pages]: https://github.com/btholt/complete-intro-to-react-v5/tree/gh-pages-src\n[v5]: https://bit.ly/react-v5\n[vscode]: https://code.visualstudio.com/\n[dankmono]: https://dank.sh/\n[firacode]: https://github.com/tonsky/FiraCode\n[fem]: https://frontendmasters.com/\n[course]: https://frontendmasters.com/courses/complete-react-v5/\n[course-intermediate]: https://frontendmasters.com/courses/intermediate-react-v2/\n[react-path]: https://frontendmasters.com/learn/react/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtholt%2Fcomplete-intro-to-react-v5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtholt%2Fcomplete-intro-to-react-v5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtholt%2Fcomplete-intro-to-react-v5/lists"}