{"id":20806735,"url":"https://github.com/fed/redux-from-scratch","last_synced_at":"2026-05-04T20:32:19.904Z","repository":{"id":85048453,"uuid":"78602474","full_name":"fed/redux-from-scratch","owner":"fed","description":"Implementing redux, react-redux and redux-thunk from scratch","archived":false,"fork":false,"pushed_at":"2017-02-06T18:14:26.000Z","size":116,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T22:37:42.546Z","etag":null,"topics":["react","react-redux","redux","redux-thunk","state-management"],"latest_commit_sha":null,"homepage":"https://medium.com/@fknussel/redux-3cb5aac94a66","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/fed.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":"2017-01-11T04:24:06.000Z","updated_at":"2024-03-31T12:05:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"cbf8f800-f3cb-43bf-9b4d-b984636dfa46","html_url":"https://github.com/fed/redux-from-scratch","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fed/redux-from-scratch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fredux-from-scratch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fredux-from-scratch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fredux-from-scratch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fredux-from-scratch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fed","download_url":"https://codeload.github.com/fed/redux-from-scratch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fredux-from-scratch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32624046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["react","react-redux","redux","redux-thunk","state-management"],"created_at":"2024-11-17T19:24:57.349Z","updated_at":"2026-05-04T20:32:19.887Z","avatar_url":"https://github.com/fed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redux Example: Implementing Redux from Scratch\n\n![Redux](http://i.imgur.com/jv2qFX8.jpg?1)\n\nThe intent of this project is to provide a minimal re-implementation of the [Redux API](http://redux.js.org/docs/api/index.html) and the [bindings for React](https://github.com/reactjs/react-redux), in order to get a deeper understanding of the magic Redux is doing under the hood.\n\nThis implementation is of course simpler than the one on the original libraries — we won't be handling errors nor displaying neat error messages to the user when something goes wrong. We'll only cover the \"happy path\" of creating a store, dispatching actions, reading the state tree and subscribing to changes in the store by connecting container components to it.\n\n## Prerequisites\n\n* Node.js (https://nodejs.org/)\n* Yarn (https://yarnpkg.com/)\n\n## Development Tasks\n\n| Command | Description |\n|---------|-------------|\n| `yarn install` | Fetch dependencies and build binaries for any of the modules |\n| `yarn start` | Fire up Webpack Dev Server, app will go live on `http://localhost:3000` |\n| `yarn run build` | Create a production build |\n| `yarn test` | Run test suite |\n\nThis project was bootstrapped using [create-react-app](https://github.com/facebookincubator/create-react-app).\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Fredux-from-scratch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffed%2Fredux-from-scratch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Fredux-from-scratch/lists"}