Live data from Hacker News

We might add a signals-like primitive to React

twitter.com

1–2 of 2 posts

Re: We might add a signals-like primitive to React

#2
I just saw this tweet mentioned in the latest stream by Ryan Carniato. https://www.youtube.com/live/A2TiLvCDKSg?feature=share

His streams are really good. I think it's nice that he makes these really long streams where he explains everything in depth. I have learned a lot.

Signals are interesting and it's cool that Preact were able to integrate them into their VDOM. I ported their signals library to Ruby and it wasn't easy to get all the details right. Interesting how they came up with that solution, I would never have been able to figure that out.