Fork me on GitHub
#reagent
<
2015-06-30
>
roberto02:06:32

Brutha looks interesting.

roberto02:06:25

I’m finding that with Reagent, it gets difficult to keep the state in my head as the application grows.

escherize04:06:34

@roberto: I found re-frame handles that nicely, letting me deal with only the set of changes i actually need to care about at a time

Petrus Theron08:06:27

When reagent re-renders an independently scrolling .list-group pane, the vertical scroll position is reset. How can I retain the scrolling when I select a link (which applies an .active class to the [:li ...])?