Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/active-group/reacl-c
Compositional and declarative user interface library for Clojure and Clojurescript
https://github.com/active-group/reacl-c
clojure clojurescript
Last synced: 3 months ago
JSON representation
Compositional and declarative user interface library for Clojure and Clojurescript
- Host: GitHub
- URL: https://github.com/active-group/reacl-c
- Owner: active-group
- Created: 2020-01-23T12:37:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T15:43:09.000Z (4 months ago)
- Last Synced: 2024-07-26T01:28:31.007Z (3 months ago)
- Topics: clojure, clojurescript
- Language: Clojure
- Homepage:
- Size: 1.38 MB
- Stars: 8
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
This is a web programming library for ClojureScript, founding
on Facebook's React. It's highly composable and embraces the functional
programming paradigm of Clojure.[![Latest Version](https://img.shields.io/clojars/v/de.active-group/reacl-c.svg)](https://clojars.org/de.active-group/reacl-c)
[![Tests Status](https://github.com/active-group/reacl-c/workflows/Tests/badge.svg)](https://github.com/active-group/reacl-c/actions)## Documentation
An introduction to the main concepts can be found [here](doc/intro.md).
The API documentation for the latest release is available [here](https://cljdoc.xyz/d/de.active-group/reacl-c/CURRENT).
For an example application take a look at the [Reacl-C TodoMVC](https://github.com/active-group/reacl-c-todomvc) implementation.
## Related libraries
For some auxiliary building blocks to build web applications, also
take a look at the accompanying library
[reacl-c-basics](https://github.com/active-group/reacl-c-basics).For writing advanced tests of items and applications, see
[reacl-c-testing](https://github.com/active-group/reacl-c-testing).And for migration from [Reacl](https://github.com/active-group/reacl)
or the general interop between Reacl-c and Reacl there is the
[reacl-c-reacl](https://github.com/active-group/reacl-c-reacl)
library.## License
Copyright © 2020-2022 Active Group GmbH
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.