0.9.2
Element render functions are no longer coroutines. To new users async functions don't really seem approachable, plus delayed actions are best left to the use_effect
hook. To compensate we enable the use_effect
hook to support async functions - docs are added to this effect.