cacao icon indicating copy to clipboard operation
cacao copied to clipboard

Async, Background, and Local Dispatchers support

Open JoshuaBrest opened this issue 1 year ago • 4 comments

I think we should add the following features to make development easier:

  • Async
    • Maybe you need to call async functions
    • Could be done by calling a background task to modify the view later instead of in the did_load
  • Background
    • Maybe a background task might be useful for like setInterval
  • Local Dispatcher
    • So that instead of adding complicated logic in App, you can do it in the local view impl

JoshuaBrest avatar Apr 27 '23 03:04 JoshuaBrest