{"id":26895441,"url":"https://github.com/gaearon/react-redux","last_synced_at":"2025-04-01T02:01:19.774Z","repository":{"id":38454708,"uuid":"38934449","full_name":"reduxjs/react-redux","owner":"reduxjs","description":"Official React bindings for Redux","archived":false,"fork":false,"pushed_at":"2025-03-16T19:27:42.000Z","size":11519,"stargazers_count":23481,"open_issues_count":26,"forks_count":3363,"subscribers_count":403,"default_branch":"master","last_synced_at":"2025-03-31T23:06:11.633Z","etag":null,"topics":["react","redux"],"latest_commit_sha":null,"homepage":"https://react-redux.js.org","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/reduxjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["markerikson","timdorr","phryneas"]}},"created_at":"2015-07-11T17:32:01.000Z","updated_at":"2025-03-31T12:13:08.000Z","dependencies_parsed_at":"2023-01-31T21:30:38.390Z","dependency_job_id":"92272c8f-c7c1-4fda-8b83-0bd7db90ee08","html_url":"https://github.com/reduxjs/react-redux","commit_stats":{"total_commits":1001,"total_committers":287,"mean_commits":"3.4878048780487805","dds":0.8331668331668332,"last_synced_commit":"89a86805f2fcf9e8fbd2d1dae345ec791de4a71f"},"previous_names":["reactjs/react-redux","gaearon/react-redux","rackt/react-redux"],"tags_count":142,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxjs%2Freact-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxjs%2Freact-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxjs%2Freact-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxjs%2Freact-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reduxjs","download_url":"https://codeload.github.com/reduxjs/react-redux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246569001,"owners_count":20798341,"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":["react","redux"],"created_at":"2025-04-01T02:00:51.051Z","updated_at":"2025-04-01T02:01:19.731Z","avatar_url":"https://github.com/reduxjs.png","language":"TypeScript","funding_links":["https://github.com/sponsors/markerikson","https://github.com/sponsors/timdorr","https://github.com/sponsors/phryneas"],"categories":["[Redux](https://github.com/gaearon/redux)"],"sub_categories":["[React](http://facebook.github.io/react)"],"readme":"# React Redux\n\nOfficial React bindings for [Redux](https://github.com/reduxjs/redux).\nPerformant and flexible.\n\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/reduxjs/react-redux/test.yml?style=flat-square) [![npm version](https://img.shields.io/npm/v/react-redux.svg?style=flat-square)](https://www.npmjs.com/package/react-redux)\n[![npm downloads](https://img.shields.io/npm/dm/react-redux.svg?style=flat-square)](https://www.npmjs.com/package/react-redux)\n[![#redux channel on Discord](https://img.shields.io/badge/discord-redux@reactiflux-61DAFB.svg?style=flat-square)](http://www.reactiflux.com)\n\n## Installation\n\n### Create a React Redux App\n\nThe recommended way to start new apps with React and Redux is by using [our official Redux+TS template for Vite](https://github.com/reduxjs/redux-templates), or by creating a new Next.js project using [Next's `with-redux` template](https://github.com/vercel/next.js/tree/canary/examples/with-redux).\n\nBoth of these already have Redux Toolkit and React-Redux configured appropriately for that build tool, and come with a small example app that demonstrates how to use several of Redux Toolkit's features.\n\n```bash\n# Vite with our Redux+TS template\n# (using the `degit` tool to clone and extract the template)\nnpx degit reduxjs/redux-templates/packages/vite-template-redux my-app\n\n# Next.js using the `with-redux` template\nnpx create-next-app --example with-redux my-app\n```\n\n### An Existing React App\n\nReact Redux 8.0 requires **React 16.8.3 or later** (or React Native 0.59 or later).\n\nTo use React Redux with your React app, install it as a dependency:\n\n```bash\n# If you use npm:\nnpm install react-redux\n\n# Or if you use Yarn:\nyarn add react-redux\n```\n\nYou'll also need to [install Redux](https://redux.js.org/introduction/installation) and [set up a Redux store](https://redux.js.org/recipes/configuring-your-store/) in your app.\n\nThis assumes that you’re using [npm](http://npmjs.com/) package manager\nwith a module bundler like [Webpack](https://webpack.js.org/) or\n[Browserify](http://browserify.org/) to consume [CommonJS\nmodules](https://webpack.js.org/api/module-methods/#commonjs).\n\nIf you don’t yet use [npm](http://npmjs.com/) or a modern module bundler, and would rather prefer a single-file [UMD](https://github.com/umdjs/umd) build that makes `ReactRedux` available as a global object, you can grab a pre-built version from [cdnjs](https://cdnjs.com/libraries/react-redux). We _don’t_ recommend this approach for any serious application, as most of the libraries complementary to Redux are only available on [npm](http://npmjs.com/).\n\n## Documentation\n\nThe React Redux docs are published at **https://react-redux.js.org** .\n\n## How Does It Work?\n\nThe post [The History and Implementation of React-Redux](https://blog.isquaredsoftware.com/2018/11/react-redux-history-implementation/)\nexplains what it does, how it works, and how the API and implementation have evolved over time.\n\nThere's also a [Deep Dive into React-Redux](https://blog.isquaredsoftware.com/2019/06/presentation-react-redux-deep-dive/) talk that covers some of the same material at a higher level.\n\n## License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaearon%2Freact-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaearon%2Freact-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaearon%2Freact-redux/lists"}