Fork me on GitHub
#fulcro
<
2018-10-12
>
veddha16:10:57

@currentoor i don't know why i put atom on there, i change my entire code, and start using ident, and then this working, thank you so much!

eoliphant19:10:58

What's the best way to handle large tables? Following one of fulcro examples, I've a PersonList of Persons, and there are thousands of them on the server. So I'm gonna grab them in manageable chunks, were the ui is just a window into what's on the server, but I'll also have metadata based on the approach, total records, page num/size, hasPrev/Next, etc. Do I just stick say :person-list/has-next true in the db?

tony.kay19:10:25

There is an example of this in the book…but you can invent whatever..yes, the answer is you invent a scheme

4
eoliphant21:10:36

ugh.. reading.. is fundamental.. totally missed that lol