base-webcomponent-redux

0.0.3 • Public • Published

Node.js Package

Base WebComponent Redux

How To Use BaseWebComponent Redux

Install the module via npm i base-webcomponent-redux and consume it as such:

import { connect } from "base-webcomponent-redux";

Alternatively you can use a CDN such as unpkg:

import { connect } from "https://unpkg.com/base-webcomponent-redux";

Example

export default BWC(
  connect(store)(mapStateToProps, mapDispatchToProps)(Component)
);

Readme

Keywords

none

Package Sidebar

Install

npm i base-webcomponent-redux

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

9.24 kB

Total Files

11

Last publish

Collaborators

  • dominicvonk