Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 626 Bytes

File metadata and controls

26 lines (23 loc) · 626 Bytes

Preact Widget with Redux-Zero Starter

A lightweight widget starter with only 26.6kb 🦋

Using:

Bootstrapped from preactjs-templates/widget

The folder structure:

src/
|
├── state/
│   ├── actions.js
│   ├── state.js
│   └── createStore.js
|
├── components/
│   └── Counter/
|
├── demo-wrapper.ejs
├── style.scss
└── index.js