This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-15
Channels
- # announcements (13)
- # aws (6)
- # babashka (23)
- # babashka-sci-dev (6)
- # beginners (64)
- # calva (110)
- # cider (25)
- # cljs-dev (5)
- # cljsrn (8)
- # clojars (5)
- # clojure (20)
- # clojure-austin (1)
- # clojure-europe (77)
- # clojure-nl (1)
- # clojure-uk (3)
- # clojurescript (14)
- # cursive (7)
- # datahike (9)
- # datomic (13)
- # eastwood (15)
- # emacs (14)
- # figwheel-main (1)
- # fulcro (8)
- # graalvm-mobile (2)
- # graphql (2)
- # honeysql (2)
- # hyperfiddle (2)
- # introduce-yourself (4)
- # jobs (4)
- # joyride (4)
- # leiningen (4)
- # lsp (8)
- # minecraft (8)
- # off-topic (11)
- # polylith (18)
- # rdf (2)
- # reagent (3)
- # reitit (4)
- # remote-jobs (1)
- # shadow-cljs (39)
- # specter (7)
- # xtdb (3)
I just watched the "ClojureScript in the Age of TypeScript" talk; very cool demos, very cool talk. I'm in a weird place though of having come to Clojure(Script) and reagent/re-frame without having come up through Javascript world. Storybook in particular looks very interesting, but I am wondering how hard it is to use with reagent component development for someone w/ weak javascript (and particularly weak javascript ecosystem) knowledge. I note in the talk that Vouch is doing all the UI component dev in React directly, not ClojureScript.
You will learn it by accident. It's just a programming language/set of ideas/concepts
Try using this React Native template, @emile: https://github.com/joshuamiller/react-native-template-cljs-krell-storybook. It should give you a feel for it.
@U45SLGVHV by "it" I take it you mean Javascript? That is mostly how I have learned it so far, I just would rather write ClojureScript, but wasn't sure if using Storybook that way would be plagued w/ various interop/friction/tooling annoyances.
@emile "I just would rather write ClojureScript" Slightly OT....would ClojureDart suffice? https://github.com/Tensegritics/ClojureDart That is another option if we just want mobile (and web and desktop). It is still a WIP, but it is quite usable.
@emile I think there are Storybook templates for direct ClojureScript usage now. Still for some projects/companies doing some development in JS is a good onboarding strategy.