文件名称:flipper-plugin-redux-debugger:React Native中Redux的Flipper插件
文件大小:108KB
文件格式:ZIP
更新时间:2024-05-22 07:15:42
redux flipper react-native flipper-plugin redux-toolkit
用于Flipper的Redux调试器插件 flipper-plugin-redux-debugger允许您现在在读取React Native Redux日志: 行动 状态比较 开始使用 在您的React Native应用中安装中间件和react-native-flipper : yarn add redux-flipper react-native-flipper # for iOS cd ios && pod install 将中间件添加到您的redux存储中: import { createStore , applyMiddleware } from 'redux' ; const middlewares = [ /* other middlewares */ ] ; if ( __DEV__ ) { const createDebugger = require ( 'r
【文件预览】:
flipper-plugin-redux-debugger-master
----.gitignore(34B)
----package.json(879B)
----README.md(1KB)
----index.tsx(6KB)
----yarn.lock(277KB)