Fork me on GitHub
#keechma
<
2016-04-24
>
roberto11:04:48

what is the recommended way of doing pagination with keechma?

roberto11:04:34

With re-frame, I have an app-state that keeps track of the current page, the next page and the total number of items. But in keechma, putting this info in the edb feels a bit wrong.

roberto11:04:55

Currently I’m creating another atom that functions as app-state for things that are not entities.

roberto11:04:03

not sure if that is the correct approach