Hacker News new | ask | show | jobs
by quechimba 1289 days ago
I have implemented a VDOM in Ruby which I use to send patches to the browser. It works really well.

I'm currently playing around with signals as in SolidJS. That would result in more granular updates, but it's not as easy to implement.

1 comments

Cool -- not to pry, but I'd be interested in looking at that if it's public somewhere! Could update my intuition.
Sure! https://github.com/mayu-live/framework

There's lots of things to do until it's useful for anything real, and some parts are quite messy, but I think it's a pretty good approach.