Hacker News new | ask | show | jobs
by wishawa 1358 days ago
I must admit I've never seen Concur before!.The idea of using generator/async is pretty similar. The difference, as I understand, is that in Concur, you yield the widget and let the framework mount it, while in Async UI, you await the widget yourself.
1 comments

isn't it better for the framework to mount it etc? seems like things might get out of control in large apps otherwise.