1. 首页
  2. 数据库
  3. 其它
  4. react redux notifications:Redux供电的通知React组件 源码

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

上传者: 2021-04-17 18:00:43上传 ZIP文件 112.06KB 热度 31次
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
用户评论