Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Repository files navigation

rxloop-devtools

https://github.com/TalkingData/rxloop/tree/master/packages/devtools

the rxloop devtools plugin

Usage

importrxloopfrom'@rxloop/core';importdevtoolsfrom'@rxloop/devtools';constapp=rxloop({plugins: [devtools({blacklist: ['loading']})],});app.model({name: 'commnet',state: {list: [],},reducers: {add(state){state.list.push({id: 1,txt: 'text'});},},});app.start();

About

the rxloop devtools plugin

Topics

Resources

Stars

0 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages