Fork me on GitHub
#reagent
<
2017-11-30
>
curlyfry12:11:26

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)

Roman Liutikov12:11:22

Using it with Rum (doesn’t make any difference with Reagent imo), works fine so far.

Roman Liutikov12:11:03

The only recommendation is maybe try to avoid clj->js auto conversions since virtual table is meant to be high perf UI component

pesterhazy12:11:54

I’ve tried it and it worked with reagent

rgm16:11:05

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?

curlyfry22:11:59

Thanks for the answers! @U0FR82FU1 Why doesn't it make any difference with Reagent?