react redux notifications:Redux供电的通知React组件 源码

sequence4404 30 0 ZIP 2021-04-17 18:04:43

react-redux-notifications 假设您有一个带有API调用的表单,并且表单提交成功后,您想向用户显示成功消息,或者如果失败,则向他们显示失败消息。 React-redux-notifications是一个由redux中间件驱动的通知系统,它以分离的方式使此超级简单。 设置 // Reducer setup import { reducer as notifications } from 'react-redux-notifications' const todoApp = combineReducers ( { notifications , ... restOfMiddleware , } ) // Middleware setup import { middleware as NotificationMiddleware } from 'reac

用户评论
请输入评论内容
评分:
暂无评论