{"id":28937305,"url":"https://github.com/tomstuart/react-workshop","last_synced_at":"2026-05-10T16:41:54.471Z","repository":{"id":66860208,"uuid":"76301170","full_name":"tomstuart/react-workshop","owner":"tomstuart","description":"What Even Is A React (And So Can You!)","archived":false,"fork":false,"pushed_at":"2021-05-16T18:10:38.000Z","size":243,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-15T06:17:09.106Z","etag":null,"topics":[],"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/tomstuart.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,"zenodo":null}},"created_at":"2016-12-12T22:30:33.000Z","updated_at":"2021-05-04T02:38:43.000Z","dependencies_parsed_at":"2023-03-15T18:01:23.985Z","dependency_job_id":null,"html_url":"https://github.com/tomstuart/react-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomstuart/react-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomstuart%2Freact-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomstuart%2Freact-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomstuart%2Freact-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomstuart%2Freact-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomstuart","download_url":"https://codeload.github.com/tomstuart/react-workshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomstuart%2Freact-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32864091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-22T21:05:18.619Z","updated_at":"2026-05-10T16:41:54.462Z","avatar_url":"https://github.com/tomstuart.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What Even Is A React (And So Can You!)\n\nThis is a set of exercises for learning about React by reimplementing its core\nfunctionality from scratch. It takes the form of a series of automated tests\nthat you must gradually enable. As you make each test pass, you’ll learn more\nabout the React API and how it works under the hood.\n\nTo get started:\n\n* Clone this repo and `cd` into it.\n* Run `npm install`.\n* Run `npm test`. You’ll see a lot of pending tests and (hopefully) no\n  failures.\n* Open `lib/fake-react.js` and `lib/fake-react-dom.js` in your editor. This is\n  where your reimplementations of React and ReactDOM will live.\n* Open `spec/react.spec.js` in your editor and follow the instructions in the\n  comments there. As you enable each test, run `npm test` again to see it fail,\n  then write the necessary code in `lib/fake-react.js` and\n  `lib/fake-react-dom.js` to make it pass.\n* If you get all the way to the end, open `demo.html` in your browser to see a\n  working React app that uses the implementation you’ve just built.\n\nThere’s a [cheat sheet](cheat-sheet.pdf) with a summary of React, ReactDOM, DOM\nand JavaScript APIs that might be helpful for completing the exercises.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomstuart%2Freact-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomstuart%2Freact-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomstuart%2Freact-workshop/lists"}