Comment on Lunatic is an Erlang-inspired runtime for WebAssemblyparentComments−quechimba3yI 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.−mr_luc3yCool -- not to pry, but I'd be interested in looking at that if it's public somewhere! Could update my intuition.−quechimba3ySure! https://github.com/mayu-live/frameworkThere'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.
Comments
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.
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.