This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-26
Channels
- # announcements (6)
- # beginners (51)
- # cider (3)
- # cljsrn (9)
- # clojure (4)
- # clojure-argentina (1)
- # clojure-houston (2)
- # clojure-italy (5)
- # clojure-nl (1)
- # clojure-spec (14)
- # clojurescript (17)
- # community-development (2)
- # cursive (53)
- # datomic (69)
- # fulcro (5)
- # graphql (15)
- # immutant (6)
- # jobs (2)
- # kaocha (1)
- # leiningen (15)
- # lumo (5)
- # midje (1)
- # nrepl (6)
- # off-topic (119)
- # pathom (11)
- # tools-deps (5)
It works after I require 'cljs.repl which is confusing because I woudl expect it to work regardless.
I have a UX ?
About if clojurescript can handle web sockets
If your question is: “Can clojurescript handle web sockets?” the answer is yes. A library I’ve seen that makes use of them is: https://github.com/ptaoussanis/sente
Awesome. I just looked at Figwheel. It looks fantastic for debugging Javascript.
At first, I thought clojurescript was just another coffeescript... but it solves so much more. Way better.
I don't know if I need vue js or react js after diving more into clojurescript
Because it is already really modular
You could look at Reagent and re-frame -- so you'd be using React.js behind the scenes but you wouldn't need to worry about it or learn much about it (which is a definite "win" in my book).
Or there’s also Hoplon
Yeah, functional programming imposes a certain kind of hygiene over imperative mutation that makes it easier to think about how data moves through chains of processes and Clojure makes that hygiene syntactically idiomatic. So while cljs reminds you of coffeescript's succinctness, the real payoff is how it helps you concisely reason about long chains of data transformations.