what is the recommended way of doing pagination with keechma?
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.
Currently I’m creating another atom that functions as app-state for things that are not entities.
not sure if that is the correct approach
nvm