I just finished implementing two-way binding, and I'm using macros to generate 
automatic getters and setters for arbitrary datasets (setters with the ability 
to update the whole template on parts that changed only)

Also, compared to what i did originally, it can now template any arbitrary 
dataset, not just JsonNode. It got a new name and a new home at: 
[https://mildred.github.io/nclearseam](https://mildred.github.io/nclearseam)/

I plan to start rewriting an app I did with Svelte using this, not sure I'll 
have time to finish, but just starting, it got me a fair number of issues 
handled.

I also managed to create a minimalist scoped CSS engine to allow defining CSS 
rules scoped for the component you write. 

Reply via email to