{"id":13695879,"url":"https://github.com/jk-gan/flipper-plugin-redux-debugger","last_synced_at":"2025-04-13T21:12:56.067Z","repository":{"id":40287025,"uuid":"256138585","full_name":"jk-gan/flipper-plugin-redux-debugger","owner":"jk-gan","description":"Flipper plugin for Redux in React Native","archived":false,"fork":false,"pushed_at":"2023-02-04T10:11:24.000Z","size":1111,"stargazers_count":117,"open_issues_count":10,"forks_count":19,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T21:12:49.426Z","etag":null,"topics":["flipper","flipper-plugin","hacktoberfest","react-native","redux","redux-toolkit"],"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/jk-gan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-16T07:15:56.000Z","updated_at":"2024-09-08T07:48:57.000Z","dependencies_parsed_at":"2023-02-06T12:01:19.056Z","dependency_job_id":null,"html_url":"https://github.com/jk-gan/flipper-plugin-redux-debugger","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jk-gan%2Fflipper-plugin-redux-debugger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jk-gan%2Fflipper-plugin-redux-debugger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jk-gan%2Fflipper-plugin-redux-debugger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jk-gan%2Fflipper-plugin-redux-debugger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jk-gan","download_url":"https://codeload.github.com/jk-gan/flipper-plugin-redux-debugger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782259,"owners_count":21160717,"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":["flipper","flipper-plugin","hacktoberfest","react-native","redux","redux-toolkit"],"created_at":"2024-08-02T18:00:34.294Z","updated_at":"2025-04-13T21:12:55.977Z","avatar_url":"https://github.com/jk-gan.png","language":"TypeScript","funding_links":[],"categories":["React"],"sub_categories":[],"readme":"# Redux Debugger Plugin for Flipper\n\n![screenshot of the plugin](https://i.imgur.com/blqn8oT.png)\n\n`flipper-plugin-redux-debugger` allows you read React Native redux logs inside [Flipper](https://fbflipper.com/) now:\n\n- Action\n- State comparison\n\n## Get Started\n\n1. Install [redux-flipper](https://github.com/jk-gan/redux-flipper) middleware and `react-native-flipper` in your React Native app:\n\n```bash\nyarn add redux-flipper react-native-flipper\n# for iOS\ncd ios \u0026\u0026 pod install\n```\n\n2. Add the middleware into your redux store:\n\n```javascript\nimport { createStore, applyMiddleware } from \"redux\";\n\nconst middlewares = [\n  /* other middlewares */\n];\n\nif (__DEV__) {\n  const createDebugger = require(\"redux-flipper\").default;\n  middlewares.push(createDebugger());\n}\n\nconst store = createStore(RootReducer, applyMiddleware(...middlewares));\n```\n\n3. Install [flipper-plugin-redux-debugger](https://github.com/jk-gan/flipper-plugin-redux-debugger) in Flipper desktop client:\n\n```\nManage Plugins \u003e Install Plugins \u003e search \"redux-debugger\" \u003e Install\n```\n\n4. Start your app, then you should be able to see Redux Debugger on your Flipper app\n\n## Acknowledgement\n\nThis plugin is inspired by [flipper-plugin-reduxinspector](https://github.com/blankapp/flipper-plugin-reduxinspector) which only for Flutter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjk-gan%2Fflipper-plugin-redux-debugger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjk-gan%2Fflipper-plugin-redux-debugger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjk-gan%2Fflipper-plugin-redux-debugger/lists"}