Hi!
The tutorial mini-book I’m building will create an atlas of sorts that will potentially hold a relatively large amount of data. By relatively large, I’m thinking somewhere between 40K-50K rows of data. Would you recommend storing the data in a table and then “dynamically” building the card on the fly or just creating individual cards and a small table with references to the cards. I’m sort of leaning towards the latter approach, but I’m new to Decker and I may be looking at the problem from the wrong angle.