Skip to content

esperancaJS/starter-preact-widget-redux-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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