Fork me on GitHub
#re-frame
<
2018-05-18
>
Oliver George03:05:56

Thanks @mikethompson I definitely had that issue. Will verify and confirm that fix when I can.

aleksandr04:05:26

I wrote about the performance problems yesterday. I have found the cause in the one of my interface element. It is a long list of elements that mount in DOM within slide-menu (It slide from a left side). I read this https://github.com/Day8/re-frame/blob/master/docs/Solve-the-CPU-hog-problem.md And did the list rendering after the slide menu slide from a left side of a page

aleksandr04:05:08

And it improved performance

aleksandr04:05:05

Thanks @mikethompson I suffered from it too

aleksandr04:05:26

I hope this will help

aleksandr04:05:15

Probably for better performance it will helpful to use: https://github.com/bvaughn/react-virtualized I hope It has a good compatibility with reagent

mkvlr10:05:43

looks like I’m hitting https://github.com/Day8/re-frame-debux/issues/22 in my app. Does anybody know a workaround? Should I convert my code to not use cond->?