This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-08
Channels
- # announcements (4)
- # aws (3)
- # babashka (5)
- # beginners (16)
- # cider (8)
- # clj-kondo (3)
- # clojars (8)
- # clojure (115)
- # clojure-uk (15)
- # clojurescript (18)
- # data-science (5)
- # datomic (14)
- # fulcro (49)
- # funcool (6)
- # graalvm (3)
- # graphql (4)
- # lumo (17)
- # malli (5)
- # off-topic (15)
- # reitit (18)
- # ring-swagger (8)
- # rum (2)
- # shadow-cljs (35)
- # tools-deps (18)
- # uncomplicate (2)
- # vrac (1)
walmartlabs/vizdeps 0.2.0 vizdeps is a Leiningen plugin that uses Graphviz to present your project's dependency tree as a diagram. It's especially useful for identifying and resolving version conflicts. This release of vizdeps works with Leiningen 2.8 and above. https://github.com/walmartlabs/vizdeps
I’m happy to announce that Fulcro RAD now has an alpha-quality release. Fulcro RAD is a set of rapid-application development libraries that allow you to select a storage back-end (e.g. SQL, Datomic, etc.), a default rendering front-end (e.g. Semantic UI Web, Bootstrap Web, React Native, Electron, etc.) and generate everything from database schema, to a network API, to a fully-functioning UI. This first release has support for forms, a single web renderer, and Datomic (with SQL in the works). Adapters and plugins should be relatively trivial to implement for any React-based UI, and storage system. https://github.com/fulcrologic/fulcro-rad https://github.com/fulcrologic/fulcro-rad-datomic https://github.com/fulcrologic/fulcro-rad-sql and there is a start on a developer’s guide here: http://book.fulcrologic.com/RAD.html NOTE: This is very alpha software; however it is already capable of doing reasonably complex full-stack forms in new or existing Fulcro applications. I’m working rapidly to make the documentation more complete, and the demo easier to run. https://github.com/fulcrologic/fulcro-rad-demo