Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-saga-model

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-saga-model

从 [`dva`](https://github.com/dvajs/dva) 中抽取出对 model 的处理

  • 0.0.9413
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

redux-saga-model

dva 中抽取出对 model 的处理

npm i redux-saga-model

why

  1. dva 与 react 进行了捆绑。
  2. dva 封装了构造 store 的过程,忽略了store 的 initialState。
  3. dva 直接将 store 与 Provider 等进行了捆绑。

使用规范及建议

  • 允许传入默认的 state,reducer,middleware。
  • 每个 modle 写法更新成类的写法。

提高

FAQs

Package last updated on 11 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc