This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-18
Channels
- # aleph (7)
- # announcements (11)
- # beginners (186)
- # calva (17)
- # cider (26)
- # clj-kondo (4)
- # cljdoc (12)
- # cljs-dev (3)
- # clojars (1)
- # clojure (105)
- # clojure-berlin (1)
- # clojure-chicago (1)
- # clojure-dev (34)
- # clojure-europe (3)
- # clojure-italy (4)
- # clojure-nl (27)
- # clojure-russia (19)
- # clojure-uk (25)
- # clojuredesign-podcast (4)
- # clojurescript (54)
- # cursive (6)
- # data-science (1)
- # datascript (11)
- # datomic (5)
- # emacs (3)
- # events (2)
- # fulcro (13)
- # graalvm (5)
- # jobs (15)
- # leiningen (7)
- # luminus (3)
- # melbourne (1)
- # nrepl (1)
- # nyc (2)
- # onyx (4)
- # pathom (6)
- # pedestal (18)
- # re-frame (19)
- # reagent (10)
- # shadow-cljs (27)
- # spacemacs (32)
- # sql (11)
- # tools-deps (35)
- # vim (50)
Crinkle: A CLJS React v16.8+ un-wrapper. Use any normal one-arg function for rendering, even if its arg is a CLJS data structure (no wrapping of props needed). Also provides hooks to "memoize" values across render invocations using CLJS value equality. https://github.com/favila/crinkle
looking at the approach, I imagine this is the best speed trade-off I've seen so far.
Thanks! It is a bit risky because it relies on some react internals, but I really just wanted raw props
I also discovered later that the prop needs to be at least typeof object. I used a function as a prop once and it worked but react logged a warning to console
Also for some reason the Clojars badge is reporting 1.1.0 as the latest version. It’s not, 2.0.0 is
ah, I hadn't noticed the risk yet 😛 I was just referring to the macro where you detect that it's a map literal, or do an optimized-looking shallow conversion. It's quite neat 🙂
[statistics/data science] New fresh library! Fit you data to a distribution. Inference, MLE, QME and MGE methods (+ bootstrap) are supported. State: WIP/alpha. https://github.com/generateme/fitdistr
https://github.com/borkdude/jet Transform JSON into EDN into Transit and vice versa. Provided as binary CLI tool, but also invokable as a CLI tool from the JVM.