{"id":15894659,"url":"https://github.com/clayrisser/redux-context-provider","last_synced_at":"2025-03-20T14:31:08.510Z","repository":{"id":57350450,"uuid":"121280822","full_name":"clayrisser/redux-context-provider","owner":"clayrisser","description":"💉 Inject redux into react context","archived":false,"fork":false,"pushed_at":"2023-12-05T10:35:29.000Z","size":1104,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-12T19:40:49.543Z","etag":null,"topics":["context","inject","native","provider","react","react-native","react-redux","redux"],"latest_commit_sha":null,"homepage":"https://jam.jamrizzi.com","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/clayrisser.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-02-12T17:50:47.000Z","updated_at":"2023-11-29T12:17:39.000Z","dependencies_parsed_at":"2024-10-06T08:41:07.665Z","dependency_job_id":"189ef042-d513-4cec-8f6b-fffd6a96575b","html_url":"https://github.com/clayrisser/redux-context-provider","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"ba726a13737583252d448054596d912f450359d9"},"previous_names":["jamrizzi/redux-context-provider"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fredux-context-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fredux-context-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fredux-context-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fredux-context-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clayrisser","download_url":"https://codeload.github.com/clayrisser/redux-context-provider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244075616,"owners_count":20393979,"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":["context","inject","native","provider","react","react-native","react-redux","redux"],"created_at":"2024-10-06T08:40:55.908Z","updated_at":"2025-03-20T14:31:08.147Z","avatar_url":"https://github.com/clayrisser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redux-context-provider\n\n[![Beerpay](https://beerpay.io/jamrizzi/redux-context-provider/badge.svg?style=beer-square)](https://beerpay.io/jamrizzi/redux-context-provider)\n[![Beerpay](https://beerpay.io/jamrizzi/redux-context-provider/make-wish.svg?style=flat-square)](https://beerpay.io/jamrizzi/redux-context-provider?focus=wish)\n[![NPM](https://img.shields.io/npm/v/redux-context-provider.svg?style=flat-square)](https://www.npmjs.com/package/redux-context-provider)\n[![NPM](https://img.shields.io/npm/dt/redux-context-provider.svg?style=flat-square)](https://www.npmjs.com/package/redux-context-provider)\n[![Drone](https://ci.jamrizzi.com/api/badges/jamrizzi/redux-context-provider/status.svg)](https://ci.jamrizzi.com/jamrizzi/redux-context-provider)\n[![GitHub stars](https://img.shields.io/github/stars/jamrizzi/redux-context-provider.svg?style=social\u0026label=Stars)](https://github.com/jamrizzi/redux-context-provider)\n\n\u003e 💉 Inject redux into react context\n\n![](assets/redux-context-provider.png)\n\nPlease \u0026#9733; this repo if you found it useful \u0026#9733; \u0026#9733; \u0026#9733;\n\n\n## Features\n\n* Access redux state from react context\n* Access redux actions from react context\n* Inject custom react context\n* Render updates when redux state changes\n* Integrates with all react projects including react native\n* Easy and simple unopinionated to integration\n\n\n## Installation\n\n```sh\nnpm install --save redux-context-provider\n```\n\n\n## Dependencies\n\n* [NodeJS](https://nodejs.org)\n* [React](https://reactjs.org)\n* [Redux](https://www.npmjs.com/package/redux)\n\n\n## Usage\n\n```js\nimport React, { Component } from 'react';\nimport ReduxContextProvider from 'redux-context-provider';\nimport createStore from './createStore';\nimport actions from './actions';\nimport Routes from './routes';\n\nexport default class App extends Component {\n  render() {\n    return (\n      \u003cReduxContextProvider store={store} actions={actions}\u003e\n        \u003cRoutes /\u003e\n      \u003c/ReduxContextProvider\u003e\n    );\n  }\n}\n```\n\n\n## Support\n\nSubmit an [issue](https://github.com/jamrizzi/redux-context-provider/issues/new)\n\n\n## Contributing\n\nReview the [guidelines for contributing](https://github.com/jamrizzi/redux-context-provider/blob/master/CONTRIBUTING.md)\n\n\n## License\n\n[MIT License](https://github.com/jamrizzi/redux-context-provider/blob/master/LICENSE)\n\n[Jam Risser](https://jam.jamrizzi.com) \u0026copy; 2018\n\n\n## Changelog\n\nReview the [changelog](https://github.com/jamrizzi/redux-context-provider/blob/master/CHANGELOG.md)\n\n\n## Credits\n\n* [Jam Risser](https://jam.jamrizzi.com) - Author\n\n\n## Support on Beerpay (actually, I drink coffee)\n\nA ridiculous amount of coffee :coffee: :coffee: :coffee: was consumed in the process of building this project.\n\n[Add some fuel](https://beerpay.io/jamrizzi/redux-context-provider) if you'd like to keep me going!\n\n[![Beerpay](https://beerpay.io/jamrizzi/redux-context-provider/badge.svg?style=beer-square)](https://beerpay.io/jamrizzi/redux-context-provider)  [![Beerpay](https://beerpay.io/jamrizzi/redux-context-provider/make-wish.svg?style=flat-square)](https://beerpay.io/jamrizzi/redux-context-provider?focus=wish)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclayrisser%2Fredux-context-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclayrisser%2Fredux-context-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclayrisser%2Fredux-context-provider/lists"}