Grant Forrest
07/10/2023, 1:17 AMsignia
for signals implementation, hence the first param of atoms being a 'name' and not meaningful for execution. This also gave me an excuse to read `signia`'s source and discover their clever trick for tracking atom inheritance which is pretty neat.Andrew F
07/10/2023, 3:40 AMLu Wilson
07/10/2023, 6:18 AMibdknox
07/10/2023, 12:29 PMGrant Forrest
07/10/2023, 12:35 PMcapture.ts
my jaw hit the floor! Such an elegant way to do it. I was afraid I'd find Proxy usage but not at all!
I visited Steve in the office when we were in London last year and he was talking about what I now know is signia, seemed really excited about it, but I couldn't grasp the concept at the time. Glad I got to revisit and appreciate it, it's fun to use.
@ibdknox I checked out Solid a while back but bounced off for some reason, I can't remember why. I'll read their docs again. Part of what I'm curious about is why the need for a compile step, why JSX syntax, etc. I'm curious to see if the needs which drove those features emerge in my own little experiment.