Skip to content

Commit 7ac94f2

Browse files
committed
Added a section "Project using Signaali".
1 parent be13b5e commit 7ac94f2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ but we might change its API or namespaces to make it reach maturity.
2727
- [Execution ordering amongst the effects](#execution-ordering-amongst-the-effects)
2828
- [Disposing the nodes](#disposing-the-nodes)
2929
- [Unit testing](#unit-testing)
30+
- [Similar Clojure libraries](#similar-clojure-libraries)
31+
- [Projects using Signaali](#projects-using-signaali)
3032
- [License](#license)
3133

3234
## Intro
@@ -300,6 +302,18 @@ Quite different but on the same topic:
300302

301303
Please make a PR if you think that a library is missing from the list.
302304

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+
303317
## License
304318

305319
This project is distributed under the [Eclipse Public License v2.0](LICENSE).

0 commit comments

Comments
 (0)