dva-ie8
v1.2.1
Published
React and redux based, lightweight and elm-style framework.
Downloads
2
Maintainers
Readme
dva
Lightweight front-end framework based on redux, redux-saga and [email protected]. (Inspired by elm and choo)
Features
- Easy to learn, easy to use: only 6 apis, very friendly to redux users
- Elm concepts: organize models with
reducers
,effects
和subscriptions
- Support mobile and react-native: cross platform (ReactNative Example)
- Support HMR: support HMR for components, routes and models with babel-plugin-dva-hmr
- Support load model and routes dynamically: Improve performance (Example)
- Plugin system: e.g. we have dva-loading plugin to handle loading state automatically
- Support TypeScript:with d.ts (Example)
Why dva ?
Demos
- Count (jsfiddle): Simple count example
- User Dashboard: User management dashboard
- HackerNews (Demo): HackerNews Clone
- antd-admin (Demo): Admin dashboard based on antd and dva
Quick Start
FAQ
Why is it called dva?
D.Va’s mech is nimble and powerful — its twin Fusion Cannons blast away with autofire at short range, and she can use its Boosters to barrel over enemies and obstacles, or deflect attacks with her projectile-dismantling Defense Matrix.
—— From OverWatch
Is it production ready?
Sure! We have 100+ projects used with dva, both in Alibaba and out.
Is it support IE8?
~~No.~~ Yes
Next
Some basic articles.
- Familiar with the 8 Conpects, and know how they are connected together
- Know all dva APIs
- Checkout dva knowledgemap, including all the basic knowledge with ES6, React, dva
- Checkout more FAQ
- If your project is created with dva-cli , checkout how to Configure it
Want more?
- 看看 dva 的前身 React + Redux 最佳实践,知道 dva 是怎么来的
- 在 gitc 分享 dva 的 PPT :React 应用框架在蚂蚁金服的实践
- 如果还在用 [email protected],请尽快 升级到 1.x