Save data after each change?

2 posts / 0 new
Last post
Save data after each change?

I would like to ask about saving method. Is it a mistake to save data after each change of model instead of saving it before page unloads? If I am not mistaken, the effect should be the same...

Sure, you may also save to

Sure, you may also save to persistent storage after each change. That doesn't hamper the functionality. Whil this is in fact a MUST In a multi-user app that is accessed by multiple users at the same time, we don't need to do that in a single-user app.