How to use the vlow.createActions function in vlow

To help you get started, we’ve selected a few vlow examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github SiriDB / siridb-admin / src / Actions / VersionActions.jsx View on Github external
import Vlow from 'vlow';
export default Vlow.createActions(["fetch"]);
github SiriDB / siridb-admin / src / Actions / DatabasesActions.jsx View on Github external
import Vlow from 'vlow';
export default Vlow.createActions(["fetch", "newDatabase", "newPool", "newReplica", "dropDatabase"]);
github SiriDB / siridb-admin / src / Actions / AlertActions.jsx View on Github external
import Vlow from 'vlow';
export default Vlow.createActions(["setAlert", "clearAlert"]);
github SiriDB / siridb-admin / src / Actions / AuthActions.jsx View on Github external
import Vlow from 'vlow';
export default Vlow.createActions(["login", "fetch", "logoff", "changePassword"]);
github SiriDB / siridb-admin / src / Actions / AccountsActions.jsx View on Github external
import Vlow from 'vlow';
export default Vlow.createActions(["fetch", "newAccount", "dropAccount"]);

vlow

A simple library for unidirectional dataflow architecture inspired by Reflux

MIT
Latest version published 5 months ago

Package Health Score

59 / 100
Full package analysis