This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-08
Channels
- # announcements (2)
- # asami (2)
- # babashka (7)
- # beginners (59)
- # cider (12)
- # cljdoc (1)
- # cljs-dev (18)
- # clojure (23)
- # clojure-europe (15)
- # clojure-losangeles (1)
- # clojure-nl (2)
- # clojure-uk (5)
- # clojured (16)
- # clojurescript (22)
- # core-typed (8)
- # cursive (3)
- # datomic (24)
- # events (2)
- # fulcro (4)
- # gratitude (1)
- # helix (13)
- # hoplon (18)
- # integrant (2)
- # introduce-yourself (1)
- # jobs-discuss (1)
- # joyride (5)
- # minecraft (1)
- # off-topic (76)
- # pathom (18)
- # podcasts (8)
- # polylith (11)
- # remote-jobs (4)
- # rewrite-clj (22)
- # sci (4)
- # shadow-cljs (152)
- # sql (4)
- # tools-build (26)
- # tools-deps (34)
For those interested in using ClojureScript to build React Native applications, I built a template that ties together the latest version of RN with Krell, along with a workflow for building dumb templates in JavaScript that you can design and test in Storybook. Itβs a one-liner to install: npx react-native init YourProjectName --template react-native-template-cljs-krell-storybook
https://github.com/joshuamiller/react-native-template-cljs-krell-storybook
Babashka 0.8.156 (the 156th release)
Full release notes https://github.com/babashka/babashka/blob/master/CHANGELOG.md#08156-2022-06-08.
Highlights:
β’ native M1 binary! When upgrading with brew or the installer script, you should now get the native binary instead of the amd64 one.
β’ Compatibility with prismatic/schema. There is an open PR which wil be merged soon (thanks @ambrosebs!). Meanwhile you can use this https://github.com/borkdude/schema/tree/bb-test-suite.
And many small improvements and upgrades of built-in libraries. Thanks to all involved!
