Skip to content
/ dva-lite Public

dva-lite is writing effects with async function

Notifications You must be signed in to change notification settings

gzqby/dva-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dva-lite is a toy of redux-middleware now. Be careful using in proction environment

Usage

install

git clone [email protected]:zgoby/dva-lite.git // Yeaah, it's toy now, no npm-module

API

const app = dva();

app.use(`somePlugin`);

app.model(`model`);

// APP is used ReactDOM.render(APP,...);
app.route(`APP`)

// app is mounted in element
app.start(`element`)

About

dva-lite is writing effects with async function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published