Building a Frontend Framework; Reactivity and Composability With Zero Dependencies
The thinking behind the minimal JavaScript framework, Strawberry:
Even without specialized syntax, you can do a lot of what the usual frontend framework does—with similar conciseness—just by using
Proxy
andWebComponents
.