File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ but we might change its API or namespaces to make it reach maturity.
27
27
- [ Execution ordering amongst the effects] ( #execution-ordering-amongst-the-effects )
28
28
- [ Disposing the nodes] ( #disposing-the-nodes )
29
29
- [ Unit testing] ( #unit-testing )
30
+ - [ Similar Clojure libraries] ( #similar-clojure-libraries )
31
+ - [ Projects using Signaali] ( #projects-using-signaali )
30
32
- [ License] ( #license )
31
33
32
34
## Intro
@@ -300,6 +302,18 @@ Quite different but on the same topic:
300
302
301
303
Please make a PR if you think that a library is missing from the list.
302
304
305
+ ## Projects using Signaali
306
+
307
+ Libraries:
308
+
309
+ - [ Siagent] ( https://github.com/metosin/siagent ) : A rewrite of a subset of Reagent's features, using Signaali for the reactivity.
310
+ - [ 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.
312
+
313
+ Products:
314
+
315
+ * coming soon*
316
+
303
317
## License
304
318
305
319
This project is distributed under the [ Eclipse Public License v2.0] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments