I want to build an app with good ux/performance and have fun while doing it:
- Quick protoyping possible as well as complex production apps
- Design, build and iterate straight in the browser
- 0 configuration but powerful developpement tools (babel, postcss, tailwind, jsx, etc...)
- Stay close to vanilla ES6
- Light, fast & powerful
- SRR should be easy
Check Rocket Emoji for a working example.
- Hyperapp - Minimal (1kb), Functional + Stateless components
- Tailwind - Not a UI kit but a utility-first CSS framework
- Parcel (Bundler) - Fast, 0 config
- Purgecss - Remove unused css classes
- JSX - Write HTML tags inside javascript
Just fork this repository and you are ready to go
npm install
npm run dev