Yes, needs to be confined to one thread to prevent...
# redux
p
Yes, needs to be confined to one thread to prevent any race conditions and ensure sequential processing. I haven't had problems with main thread either. I would say off main thread would be optimal, with the view just rendering viewstate/props on main thread. I've done some test with that using coroutines and looks promising. I'd say it's premature optimization at this point though