@@ -43,6 +43,8 @@ where the nodes are either:
4343- representing a derived data, e.g. ` (create-derived run-fn) ` ,
4444- representing a side effect to be executed, e.g. ` (create-effect run-fn) ` .
4545
46+ [ ![ Youtube Video] ( https://github.com/user-attachments/assets/dda60a98-a4ac-4344-8a01-d75594235eaa )] ( https://www.youtube.com/watch?v=MYE99r00e7M )
47+
4648## Rationale
4749
4850The code base was originally developed for an experimental front-end rendering library which needed a reactive system:
@@ -296,6 +298,7 @@ npm install
296298- [ Signals] ( https://github.com/kunstmusik/signals ) , CLJ only.
297299- [ Flex] ( https://github.com/lilactown/flex ) , CLJC.
298300- [ Matrix] ( https://github.com/kennytilton/matrix ) , CLJC.
301+ - [ Javelin] ( https://github.com/hoplon/javelin ) , CLJC.
299302
300303Quite different but on the same topic:
301304- [ Missionary] ( https://github.com/leonoel/missionary )
@@ -308,7 +311,7 @@ Libraries:
308311
309312- [ Siagent] ( https://github.com/metosin/siagent ) : A rewrite of a subset of Reagent's features, using Signaali for the reactivity.
310313- [ Si-frame] ( https://github.com/metosin/si-frame ) : A fork of Re-frame, with the reactivity provided by Signaali via Siagent.
311- - [ Vrac] ( https://github.com/metosin /vrac ) : A web framework in Clojure, for Clojurists. This is where Signaali was born.
314+ - [ Vrac] ( https://github.com/green-coder /vrac ) : A web framework in Clojure, for Clojurists. This is where Signaali was born.
312315
313316Products:
314317
0 commit comments