{"id":18512746,"url":"https://github.com/lundegaard/redux-tools","last_synced_at":"2025-04-06T13:09:24.711Z","repository":{"id":44843497,"uuid":"154814373","full_name":"lundegaard/redux-tools","owner":"lundegaard","description":"💪 Maintaining large Redux applications with ease.","archived":false,"fork":false,"pushed_at":"2025-03-18T01:01:25.000Z","size":2973,"stargazers_count":34,"open_issues_count":43,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T12:09:26.657Z","etag":null,"topics":["dependency-injection","react","reducer","redux","redux-actions","redux-observable"],"latest_commit_sha":null,"homepage":"https://redux-tools.js.org","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/lundegaard.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2018-10-26T09:58:58.000Z","updated_at":"2022-07-22T07:28:00.000Z","dependencies_parsed_at":"2024-02-02T20:27:35.012Z","dependency_job_id":"da7065fd-32b7-41ad-b759-305b68b6ccfa","html_url":"https://github.com/lundegaard/redux-tools","commit_stats":{"total_commits":304,"total_committers":9,"mean_commits":33.77777777777778,"dds":0.4013157894736842,"last_synced_commit":"ffd40f92167ad1aa9a1770e5f30a30ca70ac8d85"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lundegaard%2Fredux-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lundegaard%2Fredux-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lundegaard%2Fredux-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lundegaard%2Fredux-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lundegaard","download_url":"https://codeload.github.com/lundegaard/redux-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485287,"owners_count":20946398,"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":["dependency-injection","react","reducer","redux","redux-actions","redux-observable"],"created_at":"2024-11-06T15:35:18.075Z","updated_at":"2025-04-06T13:09:24.682Z","avatar_url":"https://github.com/lundegaard.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://redux-tools.js.org\"\u003e\n    \u003cimg alt=\"Redux Tools\" src=\"https://redux-tools.js.org/_media/logo-transparent.png\" width=\"300\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://lundegaard.eu\"\u003e\n    \u003cimg alt=\"by Lundegaard\" src=\"https://redux-tools.js.org/_media/by-lundegaard.png\" width=\"120\" /\u003e\n  \u003c/a\u003e\n\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003e\n🛠 💪 💉\n\u003c/h3\u003e\n\n\u003ch3 align=\"center\"\u003e\nMaintaining large Redux applications with ease.\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\nA collection of tools for maintaining large Redux applications by enabling dependency injection of Redux code and development of multi-instance components by namespacing their state.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/lundegaard/redux-tools/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://flat.badgen.net/badge/license/MIT/blue\" alt=\"MIT License\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://npmjs.com/package/@redux-tools/reducers\"\u003e\n    \u003cimg src=\"https://flat.badgen.net/npm/dm/@redux-tools/reducers\" alt=\"Downloads\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://npmjs.com/package/@redux-tools/reducers\"\u003e\n    \u003cimg src=\"https://flat.badgen.net/npm/v/@redux-tools/reducers\" alt=\"Version\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nRedux Tools consist mainly of:\n\n- [Store enhancers](https://github.com/reduxjs/redux/blob/master/docs/Glossary.md#store-enhancer) for injecting reducers, middleware, and epics into your Redux store after the store is created.\n- Utility functions for less verbose definitions of action creators and reducers.\n- Logic for managing your state via namespaces.\n\n## Documentation \u0026 API Reference\n\nSee [redux-tools.js.org](https://redux-tools.js.org/), powered by Docsify.\n\n## Installation\n\nThe `@redux-tools/react` package contains everything you'll need to get started with using Redux Tools in a React application. Use either of these commands, depending on the package manager you prefer:\n\n```sh\nyarn add @redux-tools/react\n\nnpm i @redux-tools/react\n```\n\nPlease visit [redux-tools.js.org](https://redux-tools.js.org/) to see all available packages.\n\n## Changelog\n\nSee the [CHANGELOG.md](CHANGELOG.md) file.\n\n## Resources\n\n- [Beyond Simplicity: Using Redux in Dynamic Applications](https://medium.com/@wafflepie/beyond-simplicity-using-redux-in-dynamic-applications-ae9e0aea928c) (published 21 Jan 2019)\n\n## Contributing\n\nWe are open to all ideas and suggestions, feel free to open an issue or a pull request!\n\nSee the [contribution guide](https://github.com/lundegaard/redux-tools/blob/master/CONTRIBUTING.md) for guidelines.\n\n## Related Projects\n\n- [validarium](https://github.com/lundegaard/validarium) – Validations done right.\n- [lundium](https://github.com/lundegaard/lundium) – Beautiful React component library.\n- [react-union](https://github.com/lundegaard/react-union) – Integrate React apps into various CMSs seamlessly.\n\n## License\n\nAll packages are distributed under the MIT license. See the license [here](https://github.com/lundegaard/redux-tools/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flundegaard%2Fredux-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flundegaard%2Fredux-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flundegaard%2Fredux-tools/lists"}