Skip to content

0.9.2

Compare
Choose a tag to compare
@rmorshea rmorshea released this 04 Sep 08:12

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.