{"id":20299268,"url":"https://github.com/jambit/modern-react-workshop","last_synced_at":"2026-03-19T15:07:03.474Z","repository":{"id":41657124,"uuid":"510338291","full_name":"jambit/modern-react-workshop","owner":"jambit","description":"Repo for the latest jambit modern react workshop","archived":false,"fork":false,"pushed_at":"2022-07-04T12:15:25.000Z","size":184,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T04:49:14.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/jambit.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":"2022-07-04T11:50:36.000Z","updated_at":"2022-07-11T07:14:40.000Z","dependencies_parsed_at":"2022-09-05T15:40:35.288Z","dependency_job_id":null,"html_url":"https://github.com/jambit/modern-react-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jambit/modern-react-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jambit%2Fmodern-react-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jambit%2Fmodern-react-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jambit%2Fmodern-react-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jambit%2Fmodern-react-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jambit","download_url":"https://codeload.github.com/jambit/modern-react-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jambit%2Fmodern-react-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29288460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2024-11-14T16:14:03.939Z","updated_at":"2026-02-10T01:31:25.742Z","avatar_url":"https://github.com/jambit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modern React Workshop\n\nThese are the code examples used in the latest modern react workshop.\n\nBranches follow this naming convention, so you should be able to tab-complete your target branch easily:\n\n```\nday-\u003cday-number\u003e/\u003ctopic-number\u003e-\u003ctopic-name\u003e/\u003cstart|end|example\u003e\n```\n\n- `/start` branches are meant as a starting point for an exercise.\n  - If you want to peek at the solution, check out the respective `/solution` branch.\n  - There is no solution for `day-1/4-exercise/start`, since you're not supposed to peek.\n- `/example ` branches are just for show-casing something and not for you to actively work on.\n\n## Day 1\n\n- Build Setup [Start](https://github.com/jambit/modern-react-workshop/tree/day-1/1-build-setup/start) / [Solution](https://github.com/jambit/modern-react-workshop/tree/day-1/1-build-setup/solution)\n- Hooks [Start](https://github.com/jambit/modern-react-workshop/tree/day-1/2-hooks/start) / [Solution](https://github.com/jambit/modern-react-workshop/tree/day-1/2-hooks/solution)\n- Testing [Start](https://github.com/jambit/modern-react-workshop/tree/day-1/3-testing/start) / [Solution](https://github.com/jambit/modern-react-workshop/tree/day-1/3-testing/solution)\n- Exercise [Start](https://github.com/jambit/modern-react-workshop/tree/day-1/4-exercise/start)\n- Error Boundaries [Example](https://github.com/jambit/modern-react-workshop/tree/day-1/5-error-boundaries/example)\n\n## Day 2\n\n- Redux [Start](https://github.com/jambit/modern-react-workshop/tree/day-2/1-redux/start) / [Solution](https://github.com/jambit/modern-react-workshop/tree/day-2/1-redux/solution)\n- Redux Toolkit [Start](https://github.com/jambit/modern-react-workshop/tree/day-2/2-redux-toolkit/start) / [Solution](https://github.com/jambit/modern-react-workshop/tree/day-2/2-redux-toolkit/solution)\n- React Redux [Start](https://github.com/jambit/modern-react-workshop/tree/day-2/3-react-redux/start) / [Solution](https://github.com/jambit/modern-react-workshop/tree/day-2/3-react-redux/solution)\n- Redux Dynamic Modules [Example](https://github.com/jambit/modern-react-workshop/tree/day-2/4-redux-dynamic-modules/example)\n\n## Day 3\n\n- Sagas [Start](https://github.com/jambit/modern-react-workshop/tree/day-3/1-sagas/start) / [Solution](https://github.com/jambit/modern-react-workshop/tree/day-3/1-sagas/solution)\n- External Events [Start](https://github.com/jambit/modern-react-workshop/tree/day-3/2-external-events/start) / [Solution](https://github.com/jambit/modern-react-workshop/tree/day-3/2-external-events/solution)\n- Testing [Start](https://github.com/jambit/modern-react-workshop/tree/day-3/3-testing/start) / [Solution](https://github.com/jambit/modern-react-workshop/tree/day-3/3-testing/solution)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjambit%2Fmodern-react-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjambit%2Fmodern-react-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjambit%2Fmodern-react-workshop/lists"}