reagent

2023-11-06T14:49:02.484919Z

Hello 👋 As I used reagent I read into the code a bit and noticed it uses a technique quite similar to how solidjs tracks reactive dependencies: In solid reactive signals are invoked while in reagent they are derefed, but both actions just adds the current reactive context to a list of subscribers. Is there someone here familiar with both frameworks and can validate / invalidate my understanding and highlight the differences?