This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-30
Channels
- # beginners (126)
- # boot (2)
- # cider (6)
- # cljs-dev (46)
- # cljsjs (8)
- # clojure (122)
- # clojure-greece (57)
- # clojure-italy (6)
- # clojure-poland (3)
- # clojure-russia (2)
- # clojure-serbia (5)
- # clojure-spec (26)
- # clojure-uk (99)
- # clojurescript (39)
- # cursive (15)
- # datascript (7)
- # datomic (21)
- # dirac (7)
- # duct (1)
- # emacs (19)
- # fulcro (58)
- # garden (4)
- # graphql (15)
- # hoplon (2)
- # immutant (1)
- # instaparse (3)
- # jobs (5)
- # juxt (15)
- # klipse (4)
- # leiningen (2)
- # lumo (52)
- # off-topic (8)
- # om (27)
- # onyx (22)
- # other-languages (3)
- # portkey (2)
- # protorepl (2)
- # re-frame (7)
- # reagent (7)
- # ring (11)
- # rum (7)
- # shadow-cljs (114)
- # spacemacs (20)
- # specter (16)
- # test-check (5)
- # timbre (1)
- # unrepl (43)
- # yada (17)
Anyone here who's successfully used react-virtualized (https://github.com/bvaughn/react-virtualized) with reagent? I haven't tried it myself yet, but I would love to know any pitfalls or pointers (or reagent libraries if any)
Using it with Rum (doesn’t make any difference with Reagent imo), works fine so far.
The only recommendation is maybe try to avoid clj->js
auto conversions since virtual table is meant to be high perf UI component
I’ve tried it and it worked with reagent
I struggled a bit with trying the npm include route and I don’t think my cljsbuild/reagent-fu is up to the task... would anyone have a sample project they could point me to that has it working?
You could start from this guide https://github.com/pesterhazy/presumably/blob/master/posts/double-bundle.md and the example project https://github.com/pesterhazy/double-bundle
Thanks for the answers! @U0FR82FU1 Why doesn't it make any difference with Reagent?