{"id":24064004,"url":"https://github.com/qeepsake/use-redux-effect","last_synced_at":"2025-04-23T17:45:09.292Z","repository":{"id":44157070,"uuid":"293010915","full_name":"Qeepsake/use-redux-effect","owner":"Qeepsake","description":"A powerful React hook that subscribes to Redux store events.","archived":false,"fork":false,"pushed_at":"2021-06-10T13:35:14.000Z","size":651,"stargazers_count":19,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T16:47:00.998Z","etag":null,"topics":[],"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/Qeepsake.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}},"created_at":"2020-09-05T05:40:26.000Z","updated_at":"2024-07-12T09:37:08.000Z","dependencies_parsed_at":"2022-07-30T09:38:12.582Z","dependency_job_id":null,"html_url":"https://github.com/Qeepsake/use-redux-effect","commit_stats":null,"previous_names":["aspect-apps/use-redux-effect"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qeepsake%2Fuse-redux-effect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qeepsake%2Fuse-redux-effect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qeepsake%2Fuse-redux-effect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qeepsake%2Fuse-redux-effect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qeepsake","download_url":"https://codeload.github.com/Qeepsake/use-redux-effect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250484145,"owners_count":21438196,"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":[],"created_at":"2025-01-09T10:06:07.737Z","updated_at":"2025-04-23T17:45:09.271Z","avatar_url":"https://github.com/Qeepsake.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# use-redux-effect\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\u003e A powerful React hook that subscribes to Redux store events\n\n[![NPM](https://img.shields.io/npm/v/use-redux-effect.svg)](https://www.npmjs.com/package/use-redux-effect) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n## Install\n\n```bash\nnpm install --save use-redux-effect\n```\n\n## Usage\nFirst, add the hook and set it up to execute the desired logic\n```jsx\nimport {Text} from 'react-native'\nimport { useReduxEffect } from 'use-redux-effect'\n\nconst ExampleClass = (props) =\u003e {\n\n    useReduxEffect((exampleEffect) =\u003e {\n      // Execute code\n    }, eventType, [props]);\n\n\n    return \u003cText\u003eThis is an example Component\u003c/Text\u003e\n\n}\n```\nNext, add the reducer that recieves the action to your Redux store :\n\n```jsx\nimport {actionReducer} from 'use-redux-effect'\n\nconst reducers = {\n  action : actionReducer\n}\n\n// Proceed to add into the Redux store of your application\n```\n\n## License\n\nMIT © [lukebrandonfarrell](https://github.com/lukebrandonfarrell)\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.lukebrandonfarrell.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/18139277?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLuke Brandon Farrell\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#projectManagement-lukebrandonfarrell\" title=\"Project Management\"\u003e📆\u003c/a\u003e \u003ca href=\"https://github.com/aspect-apps/use-redux-effect/commits?author=lukebrandonfarrell\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://jramogh.co\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/31567169?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAmogh Jahagirdar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/aspect-apps/use-redux-effect/commits?author=amogh-jrules\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/aspect-apps/use-redux-effect/commits?author=amogh-jrules\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqeepsake%2Fuse-redux-effect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqeepsake%2Fuse-redux-effect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqeepsake%2Fuse-redux-effect/lists"}