Skip to content

Commit 2ed074c

Browse files
committed
Added link to video presentation, and a link to Javelin.
1 parent ec6a3e7 commit 2ed074c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ out/
44
.cpcache/
55
.nrepl-port
66
.cljs_node_repl/
7+
.clj-kondo/
78

89
*.iml
910
*.jar

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

4850
The 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

300303
Quite 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

313316
Products:
314317

0 commit comments

Comments
 (0)