I'm confused when should I use async actions and when not. Can I just use async actions for all of them? Get, Post etc. Considering I almost always query database from my actions. I read that I only should use async for lenghty operations or I/O operations (disk, external service, db)Cancel
↧