@davidbisset very interesting library. I’ve been wanting to observe objects with my own lightweight #Javascript web framework #storkCore (https://chiselapp.com/user/Setok/repository/storkCore/home) but at the time I couldn’t find a mechanism in #JS to detect property changes or detect calls. Do you know how they managed that?
storkCore: storkCore

@zachleat @autiomaa I feel #Javascript frameworks often just don't fit into my way of thinking, forcing me to code in their style, rather than my preferred solution for the issue. In addition they become bloated with layers upon layers.

I built my own JS framework, #storkCore, to pretty much be the opposite of that. Slowly adding bits and pieces over the years.

https://chiselapp.com/user/Setok/repository/storkCore/index

Though I guess you could see that it, too, has its own philosophy. It fits my thought model, though.

storkCore: storkCore

Not many people know that I have authored a #Javascript web #framework called #storkCore. It was developed during the early days of #Holvi, and served the innovative original UI for years (I assume no longer, but I don't know for sure). Since then I've periodically updated it.

I think it's quite clever. Self-contained (also contains Self ;-)), no template lang, very lightweight, no build process, #MVC, with an OO model based on direct ob cloning.

Check it out:
https://chiselapp.com/user/Setok/repository/storkCore/home

#webdev

storkCore: storkCore