This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-23
Channels
- # announcements (5)
- # beginners (14)
- # bigdata (1)
- # calva (13)
- # cider (10)
- # clj-kondo (53)
- # cljs-dev (1)
- # cljsrn (12)
- # clojure (67)
- # clojure-uk (8)
- # clojuredesign-podcast (3)
- # clojurescript (53)
- # duct (4)
- # emacs (1)
- # events (1)
- # figwheel-main (5)
- # fulcro (9)
- # graalvm (68)
- # graphql (3)
- # joker (3)
- # juxt (4)
- # off-topic (32)
- # other-languages (1)
- # pathom (35)
- # re-frame (6)
- # rum (1)
- # shadow-cljs (52)
- # spacemacs (3)
- # sql (10)
- # tools-deps (15)
I’ve started exploring what it would take to build rapid-application development tools in Fulcro. It turns out the answer is “not much” 🙂 Check out this video and repo to see where I’ve gotten in just 4 days of CDD (conference-driven development): https://github.com/fulcrologic/fulcro-rad https://youtu.be/jkx9F-RIFiY I don’t have time to completely build this out by myself, but I’ve already seen significant excitement from people that have seen it. Let me know if contributing might interest you. Think “Generate a web-based, React Native (or perhaps even Desktop) application in a day that supports autogenerated forms, reports, and auth.” All while not tying you to big hairballs 😉


Cool! BTW, have you looked at https://github.com/hodur-org/hodur-engine? Its goal is > you can define your domain model as data, parse and validate it, and then either consume your model via an API so there is some overlap and perhaps some lessons to learn...
clj-kondo v2019.11.23: detect unused imports, a working Windows binary and a couple of improvements/bugfixes. https://github.com/borkdude/clj-kondo/releases/tag/v2019.11.23

Hi all 👋 I've just released v0.3.0 of create-cljs-app
that includes a setup using devcards together with react testing-library.
I'd love feedback on the user experience, file structure, and cognitive overhead of extra files in the devcards setup. If you have ideas on how these aspects could be improved let me know!
You can make an new app with the new template using via yarn create cljs-app my-app
or npx create-cljs-app my-app
.