beano-redux
TypeScript icon, indicating that this package has built-in type declarations

1.1.24 • Public • Published

Beano Redux API

npm version

This API has be specifically built for Beano related applications.

Demo

Refer to the demo directory for an example.

BeanoRedux Configuration

import BeanoRedux, {BeanoConfig} from 'beano-redux';
 
// Basic configuration for setting up Beano-Redux with Beano-Client
const beanoConfig: BeanoConfig = {
    // connection details
    host: "beano.app",
    port: 80,
 
    // HTTPS
    secure: false,
 
    // debug mode for testing
    debug: true
};
 
// Access Actions: redux.actions
// Access Stores: redux.stores
// Could also be made a default export
export const redux = new BeanoRedux(beanoConfig);

Readme

Keywords

none

Package Sidebar

Install

npm i beano-redux

Weekly Downloads

31

Version

1.1.24

License

MIT

Unpacked Size

98.5 kB

Total Files

60

Last publish

Collaborators

  • danukumanan