Fork me on GitHub
#hoplon
<
2017-02-22
>
thedavidmeister12:02:01

@chromalchemy there is the performance of caching network stuff and then there is the performance of layout thrashing

thedavidmeister12:02:29

from the reading i did a few months back (none of my own numbers), it seems very easy to accidentally thrash the layout when working with dynamic styles

thedavidmeister12:02:58

but i'm sure there's ways to tackle it, like dosync, etc.

candera15:02:17

@thedavidmeister Re: yesterday’s discussion.

candera15:02:08

I should wrap styles with a cell= - then your garden content can be a cell and your styles can be reactive.