{"id":20553759,"url":"https://github.com/whazzmaster/angular-redux-poc","last_synced_at":"2026-04-09T23:53:47.604Z","repository":{"id":142081895,"uuid":"148724593","full_name":"whazzmaster/angular-redux-poc","owner":"whazzmaster","description":"little proof-of-concept on hooking redux into angular 6 app","archived":false,"fork":false,"pushed_at":"2018-09-17T21:12:53.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T06:20:12.446Z","etag":null,"topics":["angular","javascript","proof-of-concept","redux","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/whazzmaster.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}},"created_at":"2018-09-14T02:28:27.000Z","updated_at":"2018-09-18T21:39:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"38b22af6-f458-4040-bc68-2898d2ec9ff2","html_url":"https://github.com/whazzmaster/angular-redux-poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whazzmaster/angular-redux-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whazzmaster%2Fangular-redux-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whazzmaster%2Fangular-redux-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whazzmaster%2Fangular-redux-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whazzmaster%2Fangular-redux-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whazzmaster","download_url":"https://codeload.github.com/whazzmaster/angular-redux-poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whazzmaster%2Fangular-redux-poc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267451489,"owners_count":24089312,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","javascript","proof-of-concept","redux","typescript"],"created_at":"2024-11-16T02:44:53.730Z","updated_at":"2026-04-09T23:53:42.568Z","avatar_url":"https://github.com/whazzmaster.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Redux Proof-of-Concept\n\nThis is a little proof-of-concept/toy to better understand how to integrate [redux](https://redux.js.org/) into an Angular 6 application.\n\n## Fetch and Run\n\nClone the repo, then install the dependencies\n\n```sh\n$ git clone git@github.com:whazzmaster/angular-redux-poc.git\n$ cd angular-redux-poc\n$ npm install\n```\n\nNow you may serve the application\n\n```sh\n$ ng serve\n```\n\nThen open the application at [http://localhost:4200](http://localhost:4200)\n\n## Areas to Note\n\nMuch of the redux architecture is located under [src/app/state](src/app/state); there you'll find the `reducers` and `actions` directories where we define the application state and the business logic that mutates it.\n\nCheck out [`src/app/app.module.ts`](src/app/app.module.ts) to see how we configure the store and how we hook the router into the store.\n\nLook at [`src/app/analysis-details`](src/app/analysis-details) and [`src/app/analysis-list`](src/app/analysis-list) to see how components are connected to the store, and how we use the `Observable` properties in templates.\n\n## Resources\n\n- [redux](https://redux.js.org/): a predictable state container for javascript applications\n- [angular-redux](https://github.com/angular-redux/platform): redux bindings for Angular applications","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhazzmaster%2Fangular-redux-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhazzmaster%2Fangular-redux-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhazzmaster%2Fangular-redux-poc/lists"}