Skip to content

sheeshpaul/webcomponents-redux-script-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How It Works

This sample app domonstrates usage of webcomponents-redux binding package for connecting Web Components to Redux. The app has a Counter Web Component, which is connected to Redux through webcomponents-redux bindings. The component implements mapStateToProps for handling state change, and mapDispatchToProps for dispatching actions. This app includes all the required packages as script tag and does not use any build system. For the version of this app which uses ES Modules and has the build system see webcomponents-redux-sample.

Quick Start Guide

Installation

1. Clone this repo

git clone --depth 1 https://github.com/sheeshpaul/webcomponents-redux-script-sample.git
cd webcomponents-redux-script-sample

2. Install the local server

npm install -g http-server

Development Workflow

3. Start the local server

http-server

License

MIT

About

Sample app to demonstrate webcomponents-redux usage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published