This starter project contains many features to speedup development and have fun which is pretty handy today.
Features:
- TypeScript Strong typing and the future of JavaScript
- Preact dom manipulation + components
- Redux-Zero state management
- Preact-Routlet Simple Component drive Routing
- Http-Decorator Wrap your components with axios, no more async management
- Preact-Stylesheet-Decorator Wrap your components with scoped css
- Preact-Bind-Group Group Form fields onChange Events to a single Callback
common
folder contains Connect decorator for redux-zero (which is not yet included on the lib)
Powered by Webpack
I recommend to install core-js and import all its contents on your main file import 'core-js'