Fork me on GitHub
#reagent
<
2023-11-06
>
Lidor Cohen14:11:02

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?