2 comments

[ 0.21 ms ] story [ 17.7 ms ] thread
Hello everybody! This is my first Show HN post. I was curious about question: Can we get framework-like experience (React/Vue/...) without bunch of npm packages and webpack. I hacked together simple core to build web apps in .html files. Core is TEA inspired (The Elm Architecture).
To give further explanation without studying readme.md I want to summarise feature set within ~100SLOC core:

* data-binding, action-binding

* reactivity

* redux-style management system

* no webpack needed, works in .html file

* include whatever JS library you want. There is no transpiler or bundler!

* use template string stateless components