{"id":15627737,"url":"https://github.com/fabienjuif/react-redux-codelab","last_synced_at":"2026-03-09T16:03:24.465Z","repository":{"id":97616436,"uuid":"68404679","full_name":"fabienjuif/react-redux-codelab","owner":"fabienjuif","description":"React/Redux codelab, you can use it at a starter project!","archived":false,"fork":false,"pushed_at":"2016-12-15T10:31:52.000Z","size":4307,"stargazers_count":11,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-30T03:38:17.249Z","etag":null,"topics":["codelab","firebase","react","redux"],"latest_commit_sha":null,"homepage":"https://react-redux-codelab.firebaseapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabienjuif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-09-16T18:22:36.000Z","updated_at":"2024-11-11T09:22:31.000Z","dependencies_parsed_at":"2023-03-11T20:46:17.045Z","dependency_job_id":null,"html_url":"https://github.com/fabienjuif/react-redux-codelab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabienjuif/react-redux-codelab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabienjuif%2Freact-redux-codelab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabienjuif%2Freact-redux-codelab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabienjuif%2Freact-redux-codelab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabienjuif%2Freact-redux-codelab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabienjuif","download_url":"https://codeload.github.com/fabienjuif/react-redux-codelab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabienjuif%2Freact-redux-codelab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30301526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: 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":["codelab","firebase","react","redux"],"created_at":"2024-10-03T10:19:13.358Z","updated_at":"2026-03-09T16:03:24.434Z","avatar_url":"https://github.com/fabienjuif.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-redux-codelab: tvscrub\nIn this codelab we will build a tvshows tracker with react, redux and firebase.\n\nYou can find an instance here to play with: [react-redux-codelab (hosted by Firebase)](https://react-redux-codelab.firebaseapp.com/)\n\n![Imgur](http://i.imgur.com/FsJFZZl.png)\n\n![Imgur](http://i.imgur.com/TCty3IV.png)\n\n\n## Slides\n1. Tools and libs: [Google doc -fr-](https://docs.google.com/presentation/d/1NlW5g9BY4QHIgyGbQqZxWtR3KugYmyUvSUAsHezmCo0/edit?usp=sharing)\n2. Components and redux state: [Google doc -fr-](https://docs.google.com/presentation/d/1MfxJQWou7iEe9Il5MaYCqhEH4LYRBZKTClbPEN__zjc/edit?usp=sharing)\n3. Steps: [PLAN -fr-](./PLAN.md)\n4. Steps (detail): [Google doc -fr-](https://docs.google.com/presentation/d/1qU1pqq3TXb-0jLTKToKLcKremc8A6sVqXknNzGxdrhU/edit?usp=sharing)\n\n## Steps\nFor full steps, you can look up to the Google doc.\n\nThis steps are summaries:\n  * React\n    * How do we create a react component (as pure function)\n  * Redux\n    * How do we create a reducer and an action with redux\n  * react-redux\n    * How do we connect our component to our state/actions\n  * redux-thunk\n    * How do we dispatch asynchronous actions\n  * redux-little-router\n    * How do we activate browser navigation\n    * This is also the time to retrieve some URL options (route params)\n  * reselect\n    * How to we optimize our container (react-redux)\n  * firebase\n    * How do we deploy the application on your own account\n\n## Get tools\nTools and dependencies that are **NEEDED**, choose between:\n  * [Install everything locally](./TOOLS-LOCAL.md)\n  * [Use docker](./TOOLS-DOCKER.md)\n \nYou should install these tools, those are must-haves (but are optionals):\n  * [google-chrome](https://www.google.fr/chrome/browser/desktop/)\n  * [redux-devtools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd)\n  * [react-devtools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi)\n  * [Atom](https://atom.io/)\n    * Plugins:\n      * highlight-selected\n      * file-icons\n      * react\n      * pigment\n      * linter-eslint\n      * linter-sass-lint\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabienjuif%2Freact-redux-codelab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabienjuif%2Freact-redux-codelab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabienjuif%2Freact-redux-codelab/lists"}