exactly. never did it anyways. Always preferred to pass the least amount of data 👍 .
v
Vitor Prado
02/04/2021, 9:47 PM
I changed the code to send just the object id
👏 2
k
KD
02/04/2021, 9:47 PM
One can always take the passed
id
field and refer to local cache
✅ 1
s
Stylianos Gakis
02/26/2021, 1:22 PM
How bad is it to something like this? https://stackoverflow.com/a/65619560/9440211. At least for some sample project that has no local cache or something of that sorts, it should work as a hacky solution. But other than that, what are the reasons I would NOT want to do this for a simple screen that just renders one data object (for example a detail screen of something)?