{"id":18966923,"url":"https://github.com/link-intersystems/redux-middlewares","last_synced_at":"2026-04-29T15:35:39.188Z","repository":{"id":47237896,"uuid":"403642020","full_name":"link-intersystems/redux-middlewares","owner":"link-intersystems","description":"Redux middleware tools for your project.","archived":false,"fork":false,"pushed_at":"2021-09-09T12:59:57.000Z","size":820,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T06:16:52.509Z","etag":null,"topics":["middleware","reducer","redux","state-management"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/link-intersystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-06T13:56:09.000Z","updated_at":"2022-04-12T04:24:08.000Z","dependencies_parsed_at":"2022-09-03T13:24:49.358Z","dependency_job_id":null,"html_url":"https://github.com/link-intersystems/redux-middlewares","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-intersystems%2Fredux-middlewares","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-intersystems%2Fredux-middlewares/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-intersystems%2Fredux-middlewares/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-intersystems%2Fredux-middlewares/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/link-intersystems","download_url":"https://codeload.github.com/link-intersystems/redux-middlewares/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239964515,"owners_count":19725952,"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","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":["middleware","reducer","redux","state-management"],"created_at":"2024-11-08T14:39:06.909Z","updated_at":"2026-04-04T04:30:15.487Z","avatar_url":"https://github.com/link-intersystems.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redux Middlewares Library\n\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/link-intersystems/redux-middlewares/Node.js%20CI)\n![Coverage Status](https://coveralls.io/repos/github/link-intersystems/redux-middlewares/badge.svg?branch=master)\n![GitHub issues](https://img.shields.io/github/issues-raw/link-intersystems/redux-middlewares)\n[![GitHub](https://img.shields.io/github/license/link-intersystems/redux-middlewares?label=license)](LICENSE.md)\n\n\n\nA collection of middlewares for Redux. \n\n## State Change Middleware\n\nThe state change middleware allows you to execute reducers as an effect of a state change. It introduces a kind of state listener concept to the Redux store that can be configured with a domain specific language.\n\n    stateChangeMiddleware\n      .whenStateChanges((state) =\u003e state.counter)\n      .thenDispatch({ type: \"text\", payload: \"changed\" });\n\nGo to the [state change middleware documentation](src/state/README.md) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-intersystems%2Fredux-middlewares","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flink-intersystems%2Fredux-middlewares","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-intersystems%2Fredux-middlewares/lists"}