You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for putting this together. Love it.
While playing around with the examples (and inspecting the code for the Todo MVC demo), I noticed there are no examples which fetch data externally via async/fetch operations. What's the recommended/planned way of doing so?
I feel as if mount, render, handleEvent and handleInfo should all optionally support async signatures, so that one can actually fetch/push data from/to external sources/apis.
I'm new to Liveview (thanks for referencing the pragmatic series), so still trying to wrap my head around some of the more advanced concepts.
Once again, thanks for bringing this to node.
The text was updated successfully, but these errors were encountered:
Hey @juanpprieto! Thanks for checking it out and the kind words!
Really great point on the async support. I will see what I can do over the next couple of days to add support for that. Thanks for bringing it up and adding an issue. If you get to it before I do, I am happy to review a PR.
Hey Donnie,
First of all, thanks for putting this together. Love it.
While playing around with the examples (and inspecting the code for the Todo MVC demo), I noticed there are no examples which fetch data externally via async/fetch operations. What's the recommended/planned way of doing so?
I feel as if
mount
,render
,handleEvent
andhandleInfo
should all optionally support async signatures, so that one can actually fetch/push data from/to external sources/apis.I'm new to Liveview (thanks for referencing the pragmatic series), so still trying to wrap my head around some of the more advanced concepts.
Once again, thanks for bringing this to node.
The text was updated successfully, but these errors were encountered: