https://github.com/esperancajs/starter-preact-widget-redux-zero
A 26.6 kb widget starter
https://github.com/esperancajs/starter-preact-widget-redux-zero
preact redux redux-zero webpack
Last synced: 3 months ago
JSON representation
A 26.6 kb widget starter
- Host: GitHub
- URL: https://github.com/esperancajs/starter-preact-widget-redux-zero
- Owner: esperancaJS
- Created: 2018-01-12T15:00:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T10:01:47.000Z (over 7 years ago)
- Last Synced: 2025-01-14T09:11:41.394Z (5 months ago)
- Topics: preact, redux, redux-zero, webpack
- Language: JavaScript
- Homepage: https://codepen.io/PedroEsperanca/pen/opyxpo
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preact Widget with Redux-Zero Starter
A lightweight widget starter with only 26.6kb 🦋#### Using:
- [redux-zero](https://github.com/concretesolutions/redux-zero)
- [preact-cli](https://github.com/developit/preact-cli)
- [preact](https://github.com/developit/preact)Bootstrapped from [preactjs-templates/widget](https://github.com/preactjs-templates/widget)
#### The folder structure:
```
src/
|
├── state/
│ ├── actions.js
│ ├── state.js
│ └── createStore.js
|
├── components/
│ └── Counter/
|
├── demo-wrapper.ejs
├── style.scss
└── index.js
```