First of all, thank you for your work. This is excellent :heart:
But I want to know, how can I save processed items on my timeline in a database ? Is that possible to access of all data and send it to my backend ?
Or I need to handle it on each events like onAdd, onRemove, ... ? I'm not confident on this solution because it will make a lot of requests on my backend.
Yo !
First of all, thank you for your work. This is excellent :heart:
But I want to know, how can I save processed items on my timeline in a database ? Is that possible to access of all data and send it to my backend ?
Or I need to handle it on each events like
onAdd
,onRemove
, ... ? I'm not confident on this solution because it will make a lot of requests on my backend.Thank you for your advices !